]>
Commit | Line | Data |
---|---|---|
272c4453 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndcpcm.h at 26/Feb/00 14:26:35 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxSoundStreamPcm}}\label{wxsoundstreampcm} | |
8 | ||
9 | ||
10 | PCM converter class | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | \helpref{wxSoundStreamCodec}{wxsoundstreamcodec} | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | {\small \begin{verbatim} | |
19 | typedef void (*ConverterType)(const char *buf\_in, char *buf\_out, wxUint32 len) ConverterType | |
20 | \end{verbatim}} | |
21 | ||
22 | \latexignore{\rtfignore{\wxheading{Members}}} | |
23 | ||
24 | ||
25 | \membersection{wxSoundStreamPcm::wxSoundStreamPcm}\label{wxsoundstreampcmwxsoundstreampcm} | |
26 | ||
27 | \func{}{wxSoundStreamPcm}{\param{wxSoundStream\& }{sndio}} | |
28 | ||
29 | ||
30 | \membersection{wxSoundStreamPcm::\destruct{wxSoundStreamPcm}}\label{wxsoundstreampcmdtor} | |
31 | ||
32 | \func{}{\destruct{wxSoundStreamPcm}}{\void} | |
33 | ||
34 | ||
35 | \membersection{wxSoundStreamPcm::Read}\label{wxsoundstreampcmread} | |
36 | ||
37 | \func{wxSoundStream\&}{Read}{\param{void* }{buffer}, \param{wxUint32 }{len}} | |
38 | ||
39 | ||
40 | \membersection{wxSoundStreamPcm::Write}\label{wxsoundstreampcmwrite} | |
41 | ||
42 | \func{wxSoundStream\&}{Write}{\param{const void* }{buffer}, \param{wxUint32 }{len}} | |
43 | ||
44 | ||
45 | \membersection{wxSoundStreamPcm::SetSoundFormat}\label{wxsoundstreampcmsetsoundformat} | |
46 | ||
47 | \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}} | |
48 |