pub unsafe extern "C" fn discid_get_track_offset(
d: *mut DiscId,
track_num: c_int,
) -> c_intExpand description
Return the sector offset of a track.
Only track numbers between (and including) discid_get_first_track_num() and discid_get_last_track_num() may be used.
@param d a DiscId object created by discid_new() @param track_num the number of a track @return sector offset of the specified track