New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type()

This commit is contained in:
2012-07-10 08:28:20 +00:00
parent c2e3a36d51
commit d674f847c2
6 changed files with 90 additions and 41 deletions

View File

@ -165,6 +165,9 @@ struct isoburn {
void *msgs_submit_handle; /* specific to application method */
int msgs_submit_flag; /* specific to application method */
/* Forwarding an image generation option to the burn wrapper */
int do_tao;
};
@ -691,6 +694,13 @@ struct isoburn_imgen_opts {
*/
int apm_block_size;
/* Write mode for optical media:
* 0 = auto
* 1 = TAO, Incremental, no RESERVE TRACK
* -1 = SAO, DAO, RESERVE TRACK
*/
int do_tao;
};