git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			112 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			112 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
%
 | 
						|
% automatically generated by HelpGen from
 | 
						|
% /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/cdbase.h at 26/Feb/00 14:52:12
 | 
						|
%
 | 
						|
 | 
						|
 | 
						|
\section{\class{CDtoc}}\label{cdtoc}
 | 
						|
 | 
						|
 | 
						|
Table of contents manager
 | 
						|
 | 
						|
\wxheading{Derived from}
 | 
						|
 | 
						|
No base class
 | 
						|
 | 
						|
\wxheading{Data structures}
 | 
						|
 | 
						|
\latexignore{\rtfignore{\wxheading{Members}}}
 | 
						|
 | 
						|
\membersection{CDtoc::CDtoc}\label{cdtoccdtoc}
 | 
						|
 | 
						|
\func{}{CDtoc}{\param{wxCDtime\& }{tot\_tm}, \param{wxCDtime* }{trks\_tm}, \param{wxCDtime* }{trks\_pos}}
 | 
						|
 | 
						|
 | 
						|
\membersection{CDtoc::GetTrackTime}\label{cdtocgettracktime}
 | 
						|
 | 
						|
\constfunc{wxCDtime}{GetTrackTime}{\param{wxUint8 }{track}}
 | 
						|
 | 
						|
Returns the length of the specified track
 | 
						|
track: track to get length
 | 
						|
 | 
						|
 | 
						|
\membersection{CDtoc::GetTrackPos}\label{cdtocgettrackpos}
 | 
						|
 | 
						|
\constfunc{wxCDtime}{GetTrackPos}{\param{wxUint8 }{track}}
 | 
						|
 | 
						|
Returns the position of the specified track
 | 
						|
track: track to get position
 | 
						|
 | 
						|
 | 
						|
\membersection{CDtoc::GetTotalTime}\label{cdtocgettotaltime}
 | 
						|
 | 
						|
\constfunc{wxCDtime}{GetTotalTime}{\void}
 | 
						|
 | 
						|
Returns the total time
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::wxCDAudio}\label{wxcdaudiowxcdaudio}
 | 
						|
 | 
						|
\func{}{wxCDAudio}{\void}
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::\destruct{wxCDAudio}}\label{wxcdaudiodtor}
 | 
						|
 | 
						|
\func{}{\destruct{wxCDAudio}}{\void}
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::Play}\label{wxcdaudioplay}
 | 
						|
 | 
						|
\func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}, \param{const wxCDtime\& }{end\_play}}
 | 
						|
 | 
						|
Play audio at the specified position
 | 
						|
 | 
						|
\func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}}
 | 
						|
 | 
						|
Play audio from the specified to the end of the CD audio
 | 
						|
 | 
						|
\func{bool}{Play}{\param{wxUint8 }{beg\_track}, \param{wxUint8 }{end\_track = 0}}
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::Pause}\label{wxcdaudiopause}
 | 
						|
 | 
						|
\func{bool}{Pause}{\void}
 | 
						|
 | 
						|
Pause the audio playing
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::Resume}\label{wxcdaudioresume}
 | 
						|
 | 
						|
\func{bool}{Resume}{\void}
 | 
						|
 | 
						|
Resume a paused audio playing
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::GetStatus}\label{wxcdaudiogetstatus}
 | 
						|
 | 
						|
\func{CDstatus}{GetStatus}{\void}
 | 
						|
 | 
						|
Get the current CD status
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::GetTime}\label{wxcdaudiogettime}
 | 
						|
 | 
						|
\func{wxCDtime}{GetTime}{\void}
 | 
						|
 | 
						|
Get the current playing time
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::GetToc}\label{wxcdaudiogettoc}
 | 
						|
 | 
						|
\func{const CDtoc\&}{GetToc}{\void}
 | 
						|
 | 
						|
Returns the table of contents
 | 
						|
 | 
						|
 | 
						|
\membersection{wxCDAudio::Ok}\label{wxcdaudiook}
 | 
						|
 | 
						|
\constfunc{bool}{Ok}{\void}
 | 
						|
 | 
						|
CD ok
 | 
						|
 |