Documented burn_write_opts_set_multi @param opts
This commit is contained in:
parent
eb88f800d7
commit
ab15717ce0
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.09.14.122437"
|
#define Cdrskin_timestamP "2007.09.14.122531"
|
||||||
|
@ -1504,6 +1504,7 @@ void burn_write_opts_set_mediacatalog(struct burn_write_opts *opts, unsigned cha
|
|||||||
/* ts A61106 */
|
/* ts A61106 */
|
||||||
/** Sets the multi flag which eventually marks the emerging session as not
|
/** Sets the multi flag which eventually marks the emerging session as not
|
||||||
being the last one and thus creating a BURN_DISC_APPENDABLE media.
|
being the last one and thus creating a BURN_DISC_APPENDABLE media.
|
||||||
|
@param opts The option object to be manipulated
|
||||||
@param multi 1=media will be appendable, 0=media will be closed (default)
|
@param multi 1=media will be appendable, 0=media will be closed (default)
|
||||||
*/
|
*/
|
||||||
void burn_write_opts_set_multi(struct burn_write_opts *opts, int multi);
|
void burn_write_opts_set_multi(struct burn_write_opts *opts, int multi);
|
||||||
|
Loading…
Reference in New Issue
Block a user