]>
Commit | Line | Data |
---|---|---|
272c4453 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndaiff.h at 26/Feb/00 14:52:29 | |
4 | % | |
5 | ||
272c4453 GL |
6 | \section{\class{wxSoundAiff}}\label{wxsoundaiff} |
7 | ||
272c4453 GL |
8 | AIFF codec |
9 | ||
10 | \wxheading{Derived from} | |
11 | ||
12 | \helpref{wxSoundFileStream}{wxsoundfilestream} | |
13 | ||
14 | \wxheading{Data structures} | |
15 | ||
16 | \latexignore{\rtfignore{\wxheading{Members}}} | |
17 | ||
18 | ||
19 | \membersection{wxSoundAiff::wxSoundAiff}\label{wxsoundaiffwxsoundaiff} | |
20 | ||
21 | \func{}{wxSoundAiff}{\param{wxInputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}} | |
22 | ||
23 | ||
24 | \membersection{wxSoundAiff::wxSoundAiff}\label{wxsoundaiffwxsoundaiff} | |
25 | ||
26 | \func{}{wxSoundAiff}{\param{wxOutputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}} | |
27 | ||
28 | ||
29 | \membersection{wxSoundAiff::\destruct{wxSoundAiff}}\label{wxsoundaiffdtor} | |
30 | ||
31 | \func{}{\destruct{wxSoundAiff}}{\void} | |
32 | ||
33 | ||
34 | \membersection{wxSoundAiff::CanRead}\label{wxsoundaiffcanread} | |
35 | ||
36 | \func{bool}{CanRead}{\void} | |
37 | ||
38 | ||
39 | \membersection{wxSoundAiff::GetCodecName}\label{wxsoundaiffgetcodecname} | |
40 | ||
41 | \constfunc{wxString}{GetCodecName}{\void} | |
42 | ||
43 | ||
44 | \membersection{wxSoundAiff::PrepareToPlay}\label{wxsoundaiffpreparetoplay} | |
45 | ||
46 | \func{bool}{PrepareToPlay}{\void} | |
47 | ||
48 | ||
49 | \membersection{wxSoundAiff::PrepareToRecord}\label{wxsoundaiffpreparetorecord} | |
50 | ||
51 | \func{bool}{PrepareToRecord}{\param{wxUint32 }{time}} | |
52 | ||
53 | ||
54 | \membersection{wxSoundAiff::FinishRecording}\label{wxsoundaifffinishrecording} | |
55 | ||
56 | \func{bool}{FinishRecording}{\void} | |
57 | ||
58 | ||
59 | \membersection{wxSoundAiff::RepositionStream}\label{wxsoundaiffrepositionstream} | |
60 | ||
61 | \func{bool}{RepositionStream}{\param{wxUint32 }{position}} | |
62 | ||
63 | ||
64 | \membersection{wxSoundAiff::GetData}\label{wxsoundaiffgetdata} | |
65 | ||
66 | \func{wxUint32}{GetData}{\param{void* }{buffer}, \param{wxUint32 }{len}} | |
67 | ||
68 | ||
69 | \membersection{wxSoundAiff::PutData}\label{wxsoundaiffputdata} | |
70 | ||
71 | \func{wxUint32}{PutData}{\param{const void* }{buffer}, \param{wxUint32 }{len}} | |
72 |