]>
Commit | Line | Data |
---|---|---|
e8482f24 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/cdbase.h at 26/Feb/00 14:52:12 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{CDtoc}}\label{cdtoc} | |
8 | ||
9 | ||
10 | Table of contents manager | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | No base class | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | \latexignore{\rtfignore{\wxheading{Members}}} | |
19 | ||
e8482f24 GL |
20 | \membersection{CDtoc::CDtoc}\label{cdtoccdtoc} |
21 | ||
22 | \func{}{CDtoc}{\param{wxCDtime\& }{tot\_tm}, \param{wxCDtime* }{trks\_tm}, \param{wxCDtime* }{trks\_pos}} | |
23 | ||
24 | ||
25 | \membersection{CDtoc::GetTrackTime}\label{cdtocgettracktime} | |
26 | ||
27 | \constfunc{wxCDtime}{GetTrackTime}{\param{wxUint8 }{track}} | |
28 | ||
29 | Returns the length of the specified track | |
30 | track: track to get length | |
31 | ||
32 | ||
33 | \membersection{CDtoc::GetTrackPos}\label{cdtocgettrackpos} | |
34 | ||
35 | \constfunc{wxCDtime}{GetTrackPos}{\param{wxUint8 }{track}} | |
36 | ||
37 | Returns the position of the specified track | |
38 | track: track to get position | |
39 | ||
40 | ||
41 | \membersection{CDtoc::GetTotalTime}\label{cdtocgettotaltime} | |
42 | ||
43 | \constfunc{wxCDtime}{GetTotalTime}{\void} | |
44 | ||
45 | Returns the total time | |
46 | ||
47 | ||
48 | \membersection{wxCDAudio::wxCDAudio}\label{wxcdaudiowxcdaudio} | |
49 | ||
50 | \func{}{wxCDAudio}{\void} | |
51 | ||
52 | ||
53 | \membersection{wxCDAudio::\destruct{wxCDAudio}}\label{wxcdaudiodtor} | |
54 | ||
55 | \func{}{\destruct{wxCDAudio}}{\void} | |
56 | ||
57 | ||
58 | \membersection{wxCDAudio::Play}\label{wxcdaudioplay} | |
59 | ||
60 | \func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}, \param{const wxCDtime\& }{end\_play}} | |
61 | ||
62 | Play audio at the specified position | |
63 | ||
e8482f24 GL |
64 | \func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}} |
65 | ||
66 | Play audio from the specified to the end of the CD audio | |
67 | ||
e8482f24 GL |
68 | \func{bool}{Play}{\param{wxUint8 }{beg\_track}, \param{wxUint8 }{end\_track = 0}} |
69 | ||
70 | ||
71 | \membersection{wxCDAudio::Pause}\label{wxcdaudiopause} | |
72 | ||
73 | \func{bool}{Pause}{\void} | |
74 | ||
75 | Pause the audio playing | |
76 | ||
77 | ||
78 | \membersection{wxCDAudio::Resume}\label{wxcdaudioresume} | |
79 | ||
80 | \func{bool}{Resume}{\void} | |
81 | ||
82 | Resume a paused audio playing | |
83 | ||
84 | ||
85 | \membersection{wxCDAudio::GetStatus}\label{wxcdaudiogetstatus} | |
86 | ||
87 | \func{CDstatus}{GetStatus}{\void} | |
88 | ||
89 | Get the current CD status | |
90 | ||
91 | ||
92 | \membersection{wxCDAudio::GetTime}\label{wxcdaudiogettime} | |
93 | ||
94 | \func{wxCDtime}{GetTime}{\void} | |
95 | ||
96 | Get the current playing time | |
97 | ||
98 | ||
99 | \membersection{wxCDAudio::GetToc}\label{wxcdaudiogettoc} | |
100 | ||
101 | \func{const CDtoc\&}{GetToc}{\void} | |
102 | ||
103 | Returns the table of contents | |
104 | ||
105 | ||
106 | \membersection{wxCDAudio::Ok}\label{wxcdaudiook} | |
107 | ||
108 | \constfunc{bool}{Ok}{\void} | |
109 | ||
110 | CD ok | |
111 |