Searched refs:SetSoundFormat (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndfile.cpp77 // SetSoundFormat(const wxSoundFormatBase& format) first tries to setup the
83 bool wxSoundRouterStream::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundRouterStream
89 if (m_sndio->SetSoundFormat(format)) {
91 wxSoundStream::SetSoundFormat(m_sndio->GetSoundFormat());
100 m_router->SetSoundFormat(format);
104 m_router->SetSoundFormat(format);
108 m_router->SetSoundFormat(format);
112 m_router->SetSoundFormat(format);
118 wxSoundStream::SetSoundFormat(m_router->GetSoundFormat());
422 bool wxSoundFileStream::SetSoundFormat(cons function in class:wxSoundFileStream
[all...]
H A Dsndulaw.cpp157 bool wxSoundStreamUlaw::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamUlaw
171 wxSoundStreamCodec::SetSoundFormat(format);
181 m_router->SetSoundFormat(pcm);
H A Dsndbase.cpp69 // SetSoundFormat(const wxSoundFormatBase& format) is one of the most
74 // details in the functionnalities of SetSoundFormat see
75 // wxSoundRouterStream::SetSoundFormat()
77 bool wxSoundStream::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStream
H A Dsndesd.cpp83 SetSoundFormat(pcm_default);
164 // SetSoundFormat(): this function specifies which format we want and which
167 bool wxSoundStreamESD::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamESD
H A Dsndwav.cpp112 if (!SetSoundFormat(sndformat))
150 if (!SetSoundFormat(sndformat))
170 if (!SetSoundFormat(sndformat))
365 if (!SetSoundFormat(*frmt)) {
H A Dsndcpcm.cpp272 bool wxSoundStreamPcm::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamPcm
277 if (m_sndio->SetSoundFormat(format)) {
395 SetSoundFormatReturn = m_sndio->SetSoundFormat(*new_format);
H A Dsndg72x.cpp193 bool wxSoundStreamG72X::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamG72X
203 wxSoundStreamCodec::SetSoundFormat(format);
234 m_router->SetSoundFormat(pcm);
H A Dsndoss.cpp50 wxSoundStreamOSS::SetSoundFormat(pcm_default);
122 bool wxSoundStreamOSS::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamOSS
297 SetSoundFormat(*old_frmt);
H A Dsndmsad.cpp351 bool wxSoundStreamMSAdpcm::SetSoundFormat(const wxSoundFormatBase& format) function in class:wxSoundStreamMSAdpcm
362 wxSoundStreamCodec::SetSoundFormat(format);
383 m_router->SetSoundFormat(pcm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndrter.tex31 \membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
32 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
34 SetSoundFormat will first try to setup the device driver with the specified
H A Dsndulaw.tex41 \membersection{wxSoundStreamUlaw::SetSoundFormat}\label{wxsoundstreamulawsetsoundformat}
43 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndesd.tex39 \membersection{wxSoundStreamESD::SetSoundFormat}\label{wxsoundstreamesdsetsoundformat}
41 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndg72x.tex41 \membersection{wxSoundStreamG72X::SetSoundFormat}\label{wxsoundstreamg72xsetsoundformat}
43 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndoss.tex46 \membersection{wxSoundStreamOSS::SetSoundFormat}\label{wxsoundstreamosssetsoundformat}
48 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndpcm.tex45 \membersection{wxSoundStreamPcm::SetSoundFormat}\label{wxsoundstreampcmsetsoundformat}
47 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndwin.tex45 \membersection{wxSoundStreamWin::SetSoundFormat}\label{wxsoundstreamwinsetsoundformat}
47 \func{bool}{SetSoundFormat}{\param{wxSoundFormatBase\& }{base}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndcpcm.h32 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndesd.h30 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndoss.h31 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndulaw.h57 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndfile.h32 bool SetSoundFormat(const wxSoundFormatBase& format);
94 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndbase.h60 // wxSoundRouterStream::SetSoundFormat().
125 // SetSoundFormat returns true when the format can be handled.
126 virtual bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndg72x.h67 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndwin.h28 bool SetSoundFormat(const wxSoundFormatBase& base);
H A Dsndmsad.h68 bool SetSoundFormat(const wxSoundFormatBase& format);

Completed in 192 milliseconds

12