2000-03-05 14:03:21 -05:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen from
|
|
|
|
% /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndfile.h at 26/Feb/00 14:26:42
|
|
|
|
%
|
|
|
|
|
|
|
|
|
|
|
|
\section{\class{wxSoundRouterStream}}\label{wxsoundrouterstream}
|
|
|
|
|
2000-06-04 04:38:36 -04:00
|
|
|
This is the router "codec" class. It should do codec routing when the device
|
|
|
|
driver does not deal with a format.
|
2000-03-05 14:03:21 -05:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxSoundStreamCodec}{wxsoundstreamcodec}
|
|
|
|
|
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxSoundRouterStream::wxSoundRouterStream}\label{wxsoundrouterstreamwxsoundrouterstream}
|
|
|
|
\func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
|
|
|
|
|
2000-06-04 04:38:36 -04:00
|
|
|
\helpref{wxSoundCodec}{wxsoundcodec}
|
2000-03-05 14:03:21 -05:00
|
|
|
|
|
|
|
|
2000-06-04 04:38:36 -04:00
|
|
|
\membersection{wxSoundRouterStream::\destruct{wxSoundRouterStream}}\label{wxsoundrouterstreamdtor}
|
2000-03-05 14:03:21 -05:00
|
|
|
\func{}{\destruct{wxSoundRouterStream}}{\void}
|
|
|
|
|
2000-06-04 04:38:36 -04:00
|
|
|
Destructor.
|
2000-03-05 14:03:21 -05:00
|
|
|
|
|
|
|
\membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
|
|
|
|
\func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
|
|
|
|
|
2000-06-04 04:38:36 -04:00
|
|
|
SetSoundFormat will first try to setup the device driver with the specified
|
|
|
|
format. If this fails, it will try to find a codec which will convert the
|
|
|
|
input format to a valid format for the device driver. It uses an internal
|
|
|
|
codec database.
|