Clarified meaning of parameter trackno with call burn_disc_track_lba_nwa()

This commit is contained in:
Thomas Schmitt 2012-01-11 13:29:46 +00:00
parent ebf2fe5c28
commit cb8c85579d
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.01.11.132847"
#define Cdrskin_timestamP "2012.01.11.132946"

View File

@ -1371,6 +1371,9 @@ int burn_disc_get_phys_format_info(struct burn_drive *d, int *disk_category,
@param d The drive to query.
@param o If not NULL: write parameters to be set on drive before query
@param trackno 0=next track to come, >0 number of existing track
The first existing track on a CD may have a number higher
than 1. Use burn_session_get_start_tno() to inquire this
start number.
@param lba return value: start lba
@param nwa return value: Next Writeable Address
@return 1=nwa is valid , 0=nwa is not valid , -1=error