]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/mmedia/sndrter.tex
OS/2 fixes
[wxWidgets.git] / contrib / docs / latex / mmedia / sndrter.tex
CommitLineData
e8482f24
GL
1%
2% automatically generated by HelpGen from
3% /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndfile.h at 26/Feb/00 14:26:42
4%
5
6
7\section{\class{wxSoundRouterStream}}\label{wxsoundrouterstream}
8
c42b1de6
GL
9This is the router "codec" class. It should do codec routing when the device
10driver does not deal with a format.
e8482f24
GL
11
12\wxheading{Derived from}
13
14\helpref{wxSoundStreamCodec}{wxsoundstreamcodec}
15
16\wxheading{Data structures}
17
18\latexignore{\rtfignore{\wxheading{Members}}}
19
e8482f24 20\membersection{wxSoundRouterStream::wxSoundRouterStream}\label{wxsoundrouterstreamwxsoundrouterstream}
e8482f24
GL
21\func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
22
c42b1de6 23\helpref{wxSoundCodec}{wxsoundcodec}
e8482f24 24
e8482f24 25
c42b1de6 26\membersection{wxSoundRouterStream::\destruct{wxSoundRouterStream}}\label{wxsoundrouterstreamdtor}
e8482f24
GL
27\func{}{\destruct{wxSoundRouterStream}}{\void}
28
c42b1de6 29Destructor.
e8482f24
GL
30
31\membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
e8482f24
GL
32\func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
33
c42b1de6
GL
34SetSoundFormat will first try to setup the device driver with the specified
35format. If this fails, it will try to find a codec which will convert the
36input format to a valid format for the device driver. It uses an internal
37codec database.