|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
API definition of libisoburn.
|
|
|
|
|
Lower level API definition of libisoburn.
|
|
|
|
|
|
|
|
|
|
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
|
|
|
|
and Thomas Schmitt <scdbackup@gmx.net>
|
|
|
|
|
Provided under GPL version 2 or later.
|
|
|
|
|
Provided under GPL version 2 or later.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/** Overview
|
|
|
|
@ -18,6 +18,9 @@ The price for that is thorough specialization on data files in ISO-9660
|
|
|
|
|
filesystem images. So libisoburn is not suitable for audio (CD-DA) or any
|
|
|
|
|
other CD layout which does not entirely consist of ISO-9660 sessions.
|
|
|
|
|
|
|
|
|
|
Note that there is a higher level of API: xorriso.h. One should not mix it
|
|
|
|
|
with the API calls of libisoburn.h, libisofs.h, and libburn.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Connector functions
|
|
|
|
|
|
|
|
|
|