]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/sndwave.tex
added wxMemoryFSHandler docs
[wxWidgets.git] / docs / latex / wx / sndwave.tex
CommitLineData
272c4453
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
10WAVE 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
26\membersection{wxSoundWave::wxSoundWave}\label{wxsoundwavewxsoundwave}
27
28\func{}{wxSoundWave}{\param{wxOutputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}}
29
30
31\membersection{wxSoundWave::\destruct{wxSoundWave}}\label{wxsoundwavedtor}
32
33\func{}{\destruct{wxSoundWave}}{\void}
34
35
36\membersection{wxSoundWave::CanRead}\label{wxsoundwavecanread}
37
38\func{bool}{CanRead}{\void}
39
40
41\membersection{wxSoundWave::GetCodecName}\label{wxsoundwavegetcodecname}
42
43\constfunc{wxString}{GetCodecName}{\void}
44
45
46\membersection{wxSoundWave::PrepareToPlay}\label{wxsoundwavepreparetoplay}
47
48\func{bool}{PrepareToPlay}{\void}
49
50
51\membersection{wxSoundWave::PrepareToRecord}\label{wxsoundwavepreparetorecord}
52
53\func{bool}{PrepareToRecord}{\param{wxUint32 }{time}}
54
55
56\membersection{wxSoundWave::FinishRecording}\label{wxsoundwavefinishrecording}
57
58\func{bool}{FinishRecording}{\void}
59
60
61\membersection{wxSoundWave::RepositionStream}\label{wxsoundwaverepositionstream}
62
63\func{bool}{RepositionStream}{\param{wxUint32 }{position}}
64
65
66\membersection{wxSoundWave::GetData}\label{wxsoundwavegetdata}
67
68\func{wxUint32}{GetData}{\param{void* }{buffer}, \param{wxUint32 }{len}}
69
70
71\membersection{wxSoundWave::PutData}\label{wxsoundwaveputdata}
72
73\func{wxUint32}{PutData}{\param{const void* }{buffer}, \param{wxUint32 }{len}}
74
75
76\membersection{wxSoundWave::HandleOutputPCM}\label{wxsoundwavehandleoutputpcm}
77
78\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}}
79
80
81\membersection{wxSoundWave::HandleOutputG721}\label{wxsoundwavehandleoutputg721}
82
83\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}}
84
85
86\membersection{wxSoundWave::HandleInputPCM}\label{wxsoundwavehandleinputpcm}
87
88\func{wxSoundFormatBase*}{HandleInputPCM}{\param{wxDataOutputStream\& }{data}}
89
90
91\membersection{wxSoundWave::HandleInputG72X}\label{wxsoundwavehandleinputg72x}
92
93\func{wxSoundFormatBase*}{HandleInputG72X}{\param{wxDataOutputStream\& }{data}}
94