New command -read_speed

This commit is contained in:
2013-10-08 17:58:09 +00:00
parent 7e10d412a8
commit 0f3131cf0c
13 changed files with 417 additions and 168 deletions

View File

@ -129,7 +129,8 @@ int Xorriso_make_write_options(
drive_role= burn_drive_get_drive_role(drive);
burn_write_opts_set_multi(*burn_options,
!(xorriso->do_close || drive_role==0 || drive_role==3));
burn_drive_set_speed(drive, xorriso->speed, xorriso->speed);
if(xorriso->write_speed != -2)
burn_drive_set_speed(drive, 0, xorriso->write_speed);
if(xorriso->do_stream_recording == 1)
stream_mode= 1;
else if(xorriso->do_stream_recording == 2)