New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive=
This commit is contained in:
@ -365,6 +365,16 @@ struct XorrisO { /* the global context of xorriso */
|
||||
|
||||
int dvd_obs; /* DVD write chunk size: 0, 32k or 64k */
|
||||
|
||||
int modesty_on_drive; /* "enable" of burn_drive_set_buffer_waiting()
|
||||
0= disable , 1= enable waiting ,
|
||||
(-1 = do not change setting)
|
||||
*/
|
||||
int min_buffer_usec; /* The other parameters for this function */
|
||||
int max_buffer_usec;
|
||||
int buffer_timeout_sec;
|
||||
int min_buffer_percent;
|
||||
int max_buffer_percent;
|
||||
|
||||
int stdio_sync; /* stdio fsync interval: -1, 0, >=32 */
|
||||
int stdio_sync_is_default; /* 1= is still default , 0= has been set */
|
||||
|
||||
|
Reference in New Issue
Block a user