CDROM_PLAY_AUDIO_MSF (Compact 2013)
3/26/2014
This structure contains information on the starting and ending minutes, seconds, and frames of the track.
Syntax
typedef struct _CDROM_PLAY_AUDIO_MSF {
UCHAR StartingM;
UCHAR StartingS;
UCHAR StartingF;
UCHAR EndingM;
UCHAR EndingS;
UCHAR EndingF;
} CDROM_PLAY_AUDIO_MSF, *PCDROM_PLAY_AUDIO_MSF;
Members
- StartingM
Index of the starting track, in minutes.
- StartingS
Index of the starting track, in seconds.
- StartingF
Index of the starting track, in frame.
- EndingM
Index of the ending track, in minutes.
- EndingS
Index of ending track, in seconds.
- EndingF
Index of the ending track, in frames.
Requirements
Header |
cdioctl.h |