libcdio
2.1.0
|
MSF (minute/second/frame) structure. More...
#include <types.h>
Data Fields | |
uint8_t | m |
uint8_t | s |
uint8_t | f |
MSF (minute/second/frame) structure.
One CD-ROMs addressing scheme especially used in audio formats (Red Book) is an address by minute, sector and frame which BCD-encoded in three bytes. An alternative format is an lba_t.
Note: the fields in this structure are BCD encoded. Use cdio_to_bcd8() or cdio_from_bcd8() to convert an integer into or out of this format. The format specifier x (not d) can be used if you need to format or print values in this structure.
uint8_t msf_s::f |
uint8_t msf_s::m |
uint8_t msf_s::s |