New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive=
This commit is contained in:
@ -165,6 +165,12 @@ int Xorriso_make_write_options(
|
||||
|
||||
if(xorriso->write_speed != -2)
|
||||
burn_drive_set_speed(drive, 0, xorriso->write_speed);
|
||||
burn_drive_set_buffer_waiting(drive, xorriso->modesty_on_drive,
|
||||
xorriso->min_buffer_usec,
|
||||
xorriso->max_buffer_usec,
|
||||
xorriso->buffer_timeout_sec,
|
||||
xorriso->min_buffer_percent,
|
||||
xorriso->max_buffer_percent);
|
||||
if(xorriso->do_stream_recording == 1)
|
||||
stream_mode= 1;
|
||||
else if(xorriso->do_stream_recording == 2)
|
||||
|
Reference in New Issue
Block a user