]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/docs/latex/mmedia/sndrter.tex
Removed old classes and functions
[wxWidgets.git] / contrib / docs / latex / mmedia / sndrter.tex
... / ...
CommitLineData
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
9This is the router "codec" class. It should do codec routing when the device
10driver does not deal with a format.
11
12\wxheading{Derived from}
13
14\helpref{wxSoundStreamCodec}{wxsoundstreamcodec}
15
16\wxheading{Data structures}
17
18\latexignore{\rtfignore{\wxheading{Members}}}
19
20\membersection{wxSoundRouterStream::wxSoundRouterStream}\label{wxsoundrouterstreamwxsoundrouterstream}
21\func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
22
23\helpref{wxSoundCodec}{wxsoundcodec}
24
25
26\membersection{wxSoundRouterStream::\destruct{wxSoundRouterStream}}\label{wxsoundrouterstreamdtor}
27\func{}{\destruct{wxSoundRouterStream}}{\void}
28
29Destructor.
30
31\membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
32\func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
33
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.