Contents Up Previous Next

CDtoc

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::CDtoc

CDtoc(wxCDtime& tot_tm, wxCDtime* trks_tm, wxCDtime* trks_pos)


CDtoc::GetTrackTime

wxCDtime GetTrackTime(wxUint8 track) const

Returns the length of the specified track track: track to get length


CDtoc::GetTrackPos

wxCDtime GetTrackPos(wxUint8 track) const

Returns the position of the specified track track: track to get position


CDtoc::GetTotalTime

wxCDtime GetTotalTime() const

Returns the total time


wxCDAudio::wxCDAudio

wxCDAudio()


wxCDAudio::~wxCDAudio

~wxCDAudio()


wxCDAudio::Play

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)


wxCDAudio::Pause

bool Pause()

Pause the audio playing


wxCDAudio::Resume

bool Resume()

Resume a paused audio playing


wxCDAudio::GetStatus

CDstatus GetStatus()

Get the current CD status


wxCDAudio::GetTime

wxCDtime GetTime()

Get the current playing time


wxCDAudio::GetToc

const CDtoc& GetToc()

Returns the table of contents


wxCDAudio::Ok

bool Ok() const

CD ok