]>
Commit | Line | Data |
---|---|---|
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 | ||
9 | This is the router "codec" class. It should do codec routing when the device | |
10 | driver 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 | ||
29 | Destructor. | |
30 | ||
31 | \membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat} | |
32 | \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}} | |
33 | ||
34 | SetSoundFormat will first try to setup the device driver with the specified | |
35 | format. If this fails, it will try to find a codec which will convert the | |
36 | input format to a valid format for the device driver. It uses an internal | |
37 | codec database. |