]>
Commit | Line | Data |
---|---|---|
272c4453 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 | ||
20 | ||
21 | \membersection{CDtoc::CDtoc}\label{cdtoccdtoc} | |
22 | ||
23 | \func{}{CDtoc}{\param{wxCDtime\& }{tot\_tm}, \param{wxCDtime* }{trks\_tm}, \param{wxCDtime* }{trks\_pos}} | |
24 | ||
25 | ||
26 | \membersection{CDtoc::GetTrackTime}\label{cdtocgettracktime} | |
27 | ||
28 | \constfunc{wxCDtime}{GetTrackTime}{\param{wxUint8 }{track}} | |
29 | ||
30 | Returns the length of the specified track | |
31 | track: track to get length | |
32 | ||
33 | ||
34 | \membersection{CDtoc::GetTrackPos}\label{cdtocgettrackpos} | |
35 | ||
36 | \constfunc{wxCDtime}{GetTrackPos}{\param{wxUint8 }{track}} | |
37 | ||
38 | Returns the position of the specified track | |
39 | track: track to get position | |
40 | ||
41 | ||
42 | \membersection{CDtoc::GetTotalTime}\label{cdtocgettotaltime} | |
43 | ||
44 | \constfunc{wxCDtime}{GetTotalTime}{\void} | |
45 | ||
46 | Returns the total time | |
47 | ||
48 | ||
49 | \membersection{wxCDAudio::wxCDAudio}\label{wxcdaudiowxcdaudio} | |
50 | ||
51 | \func{}{wxCDAudio}{\void} | |
52 | ||
53 | ||
54 | \membersection{wxCDAudio::\destruct{wxCDAudio}}\label{wxcdaudiodtor} | |
55 | ||
56 | \func{}{\destruct{wxCDAudio}}{\void} | |
57 | ||
58 | ||
59 | \membersection{wxCDAudio::Play}\label{wxcdaudioplay} | |
60 | ||
61 | \func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}, \param{const wxCDtime\& }{end\_play}} | |
62 | ||
63 | Play audio at the specified position | |
64 | ||
65 | ||
66 | \membersection{wxCDAudio::Play}\label{wxcdaudioplay} | |
67 | ||
68 | \func{bool}{Play}{\param{const wxCDtime\& }{beg\_play}} | |
69 | ||
70 | Play audio from the specified to the end of the CD audio | |
71 | ||
72 | ||
73 | \membersection{wxCDAudio::Play}\label{wxcdaudioplay} | |
74 | ||
75 | \func{bool}{Play}{\param{wxUint8 }{beg\_track}, \param{wxUint8 }{end\_track = 0}} | |
76 | ||
77 | ||
78 | \membersection{wxCDAudio::Pause}\label{wxcdaudiopause} | |
79 | ||
80 | \func{bool}{Pause}{\void} | |
81 | ||
82 | Pause the audio playing | |
83 | ||
84 | ||
85 | \membersection{wxCDAudio::Resume}\label{wxcdaudioresume} | |
86 | ||
87 | \func{bool}{Resume}{\void} | |
88 | ||
89 | Resume a paused audio playing | |
90 | ||
91 | ||
92 | \membersection{wxCDAudio::GetStatus}\label{wxcdaudiogetstatus} | |
93 | ||
94 | \func{CDstatus}{GetStatus}{\void} | |
95 | ||
96 | Get the current CD status | |
97 | ||
98 | ||
99 | \membersection{wxCDAudio::GetTime}\label{wxcdaudiogettime} | |
100 | ||
101 | \func{wxCDtime}{GetTime}{\void} | |
102 | ||
103 | Get the current playing time | |
104 | ||
105 | ||
106 | \membersection{wxCDAudio::GetToc}\label{wxcdaudiogettoc} | |
107 | ||
108 | \func{const CDtoc\&}{GetToc}{\void} | |
109 | ||
110 | Returns the table of contents | |
111 | ||
112 | ||
113 | \membersection{wxCDAudio::Ok}\label{wxcdaudiook} | |
114 | ||
115 | \constfunc{bool}{Ok}{\void} | |
116 | ||
117 | CD ok | |
118 |