Small change in API documentation about burn_drive_set_buffer_waiting()

This commit is contained in:
Thomas Schmitt 2015-08-30 18:52:39 +00:00
parent 2d5bf266f7
commit 300b9e7016
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2015.08.02.141552"
#define Cdrskin_timestamP "2015.08.30.185208"

View File

@ -2941,7 +2941,9 @@ void burn_drive_set_speed(struct burn_drive *d, int read, int write);
To have max_percent larger than the burner's best reported buffer fill has
the same effect as min_percent==max_percent. Some burners do not report
their full buffer with all media types. Some are not suitable because
they report their buffer fill with delay.
they report their buffer fill with delay. Some do not go to full speed
unless their buffer is full.
@param d The drive to control
@param enable 0= disable , 1= enable waiting , (-1 = do not change setting)
@param min_usec Shortest possible sleeping period (given in micro seconds)