Overview Chapter

class CDXMusicCd

Constructors and Destructors
CDXMusicCdDefault constructor.
~CDXMusicCdDefault constructor.
Operations
GetNumberOfTracks
GetTotalLength Gets the total length of the CD contents.
GetTrackLength Gets the current track length for a given track.
Play Plays a track from a CD.
Read Reads an audio CD.
SetNumberOfTracks
SetTrackLength Sets the track length for each track on a CD.
Stop Stops playing music.
   
                      
Data Members
   
private
MCI_OPEN_PARMS m_MCIOpen;
MCI_STATUS_PARMS m_MCIStatus;
short m_nNumberOfTracks;
short m_nTrackLength [ 100 ];