Table of contents manager
Derived from
No base class
Data structures
Members
CDtoc::CDtoc
CDtoc::GetTrackTime
CDtoc::GetTrackPos
CDtoc::GetTotalTime
wxCDAudio::wxCDAudio
wxCDAudio::~wxCDAudio
wxCDAudio::Play
wxCDAudio::Pause
wxCDAudio::Resume
wxCDAudio::GetStatus
wxCDAudio::GetTime
wxCDAudio::GetToc
wxCDAudio::Ok
CDtoc(wxCDtime& tot_tm, wxCDtime* trks_tm, wxCDtime* trks_pos)
wxCDtime GetTrackTime(wxUint8 track) const
Returns the length of the specified track track: track to get length
wxCDtime GetTrackPos(wxUint8 track) const
Returns the position of the specified track track: track to get position
wxCDtime GetTotalTime() const
Returns the total time
wxCDAudio()
~wxCDAudio()
bool Play(const wxCDtime& beg_play, const wxCDtime& end_play)
Play audio at the specified position
bool Play(const wxCDtime& beg_play)
Play audio from the specified to the end of the CD audio
bool Play(wxUint8 beg_track, wxUint8 end_track = 0)
bool Pause()
Pause the audio playing
bool Resume()
Resume a paused audio playing
CDstatus GetStatus()
Get the current CD status
wxCDtime GetTime()
Get the current playing time
const CDtoc& GetToc()
Returns the table of contents
bool Ok() const
CD ok