]>
Commit | Line | Data |
---|---|---|
e8482f24 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndwav.h at 26/Feb/00 14:26:40 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxSoundWave}}\label{wxsoundwave} | |
8 | ||
9 | ||
10 | WAVE codec | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | \helpref{wxSoundFileStream}{wxsoundfilestream} | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | \latexignore{\rtfignore{\wxheading{Members}}} | |
19 | ||
20 | ||
21 | \membersection{wxSoundWave::wxSoundWave}\label{wxsoundwavewxsoundwave} | |
22 | ||
23 | \func{}{wxSoundWave}{\param{wxInputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}} | |
24 | ||
25 | \func{}{wxSoundWave}{\param{wxOutputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}} | |
26 | ||
27 | ||
28 | \membersection{wxSoundWave::\destruct{wxSoundWave}}\label{wxsoundwavedtor} | |
29 | ||
30 | \func{}{\destruct{wxSoundWave}}{\void} | |
31 | ||
32 | ||
33 | \membersection{wxSoundWave::CanRead}\label{wxsoundwavecanread} | |
34 | ||
35 | \func{bool}{CanRead}{\void} | |
36 | ||
37 | ||
38 | \membersection{wxSoundWave::GetCodecName}\label{wxsoundwavegetcodecname} | |
39 | ||
40 | \constfunc{wxString}{GetCodecName}{\void} | |
41 | ||
42 | ||
43 | \membersection{wxSoundWave::PrepareToPlay}\label{wxsoundwavepreparetoplay} | |
44 | ||
45 | \func{bool}{PrepareToPlay}{\void} | |
46 | ||
47 | ||
48 | \membersection{wxSoundWave::PrepareToRecord}\label{wxsoundwavepreparetorecord} | |
49 | ||
50 | \func{bool}{PrepareToRecord}{\param{wxUint32 }{time}} | |
51 | ||
52 | ||
53 | \membersection{wxSoundWave::FinishRecording}\label{wxsoundwavefinishrecording} | |
54 | ||
55 | \func{bool}{FinishRecording}{\void} | |
56 | ||
57 | ||
58 | \membersection{wxSoundWave::RepositionStream}\label{wxsoundwaverepositionstream} | |
59 | ||
60 | \func{bool}{RepositionStream}{\param{wxUint32 }{position}} | |
61 | ||
62 | ||
63 | \membersection{wxSoundWave::GetData}\label{wxsoundwavegetdata} | |
64 | ||
65 | \func{wxUint32}{GetData}{\param{void* }{buffer}, \param{wxUint32 }{len}} | |
66 | ||
67 | ||
68 | \membersection{wxSoundWave::PutData}\label{wxsoundwaveputdata} | |
69 | ||
70 | \func{wxUint32}{PutData}{\param{const void* }{buffer}, \param{wxUint32 }{len}} | |
71 | ||
72 | ||
73 | \membersection{wxSoundWave::HandleOutputPCM}\label{wxsoundwavehandleoutputpcm} | |
74 | ||
75 | \func{bool}{HandleOutputPCM}{\param{wxDataInputStream\& }{data}, \param{wxUint16 }{channels}, \param{wxUint32 }{sample\_fq}, \param{wxUint32 }{byte\_p\_sec}, \param{wxUint16 }{byte\_p\_spl}, \param{wxUint16 }{bits\_p\_spl}} | |
76 | ||
77 | ||
78 | \membersection{wxSoundWave::HandleOutputG721}\label{wxsoundwavehandleoutputg721} | |
79 | ||
80 | \func{bool}{HandleOutputG721}{\param{wxDataInputStream\& }{data}, \param{wxUint16 }{channels}, \param{wxUint32 }{sample\_fq}, \param{wxUint32 }{byte\_p\_sec}, \param{wxUint16 }{byte\_p\_spl}, \param{wxUint16 }{bits\_p\_spl}} | |
81 | ||
82 | ||
83 | \membersection{wxSoundWave::HandleInputPCM}\label{wxsoundwavehandleinputpcm} | |
84 | ||
85 | \func{wxSoundFormatBase*}{HandleInputPCM}{\param{wxDataOutputStream\& }{data}} | |
86 | ||
87 | ||
88 | \membersection{wxSoundWave::HandleInputG72X}\label{wxsoundwavehandleinputg72x} | |
89 | ||
90 | \func{wxSoundFormatBase*}{HandleInputG72X}{\param{wxDataOutputStream\& }{data}} | |
91 |