2.12.10 TmsfTimeStruct
Referenced by: ExCDAudioAtom
A structure that specifies CD (compact disc) audio time in terms of tracks, minutes, seconds, and frames.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
track |
minute |
second |
frame |
track (1 byte): An unsigned integer that specifies the track number. It MUST be greater than 0x00 and less than or equal to 0x64.
minute (1 byte): An unsigned integer that specifies the number of minutes. It MUST be less than or equal to 0x3C.
second (1 byte): An unsigned integer that specifies the number of seconds. It MUST be less than 0x3C.
frame (1 byte): An unsigned integer that specifies the frame number. It MUST be less than 0x4A.