Thomas Schmitt 2020-07-08 10:20:09 +00:00
parent 7540070af7
commit ea4877b18e

@ -23,7 +23,7 @@ Its DVD and BD capabilities are learned from studying the code of
has been taken from `dvd+rw-tools`, though. has been taken from `dvd+rw-tools`, though.
The underlying knowledge about drive control and media types is collected in The underlying knowledge about drive control and media types is collected in
[doc/cookbook.txt](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/doc/cookbook.txt). [doc/cookbook.txt](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/doc/cookbook.txt).
But it should by no means be necessary to study this in order to understand But it should by no means be necessary to study this in order to understand
the API and the usage of libburn. the API and the usage of libburn.
@ -32,12 +32,12 @@ the API and the usage of libburn.
For an overview of the drive/media models see "General information paragraphs" For an overview of the drive/media models see "General information paragraphs"
in [man cdrskin](http://scdbackup.sourceforge.net/man_1_cdrskin.html) in [man cdrskin](http://scdbackup.sourceforge.net/man_1_cdrskin.html)
The API of libburn is documented in The API of libburn is documented in
[libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/libburn/libburn.h). [libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/libburn/libburn.h).
Small demo applications named Small demo applications named
[libburner](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/libburner.c) [libburner](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/libburner.c)
and and
[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/telltoc.c) [telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c)
show how to burn and how to inquire drive and loaded medium. show how to burn and how to inquire drive and loaded medium.
On base of libburn there is a cdrecord emulation named [cdrskin](Cdrskin) On base of libburn there is a cdrecord emulation named [cdrskin](Cdrskin)