Searched refs:wxSoundRouterStream (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndrter.tex7 \section{\class{wxSoundRouterStream}}\label{wxsoundrouterstream}
20 \membersection{wxSoundRouterStream::wxSoundRouterStream}\label{wxsoundrouterstreamwxsoundrouterstream}
21 \func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
26 \membersection{wxSoundRouterStream::\destruct{wxSoundRouterStream}}\label{wxsoundrouterstreamdtor}
27 \func{}{\destruct{wxSoundRouterStream}}{\void}
31 \membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
H A Dsndbase.tex47 may happen when you call wxSoundRouterStream::SetSoundFormat().}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndulaw.h48 class WXDLLIMPEXP_MMEDIA wxSoundRouterStream; variable in typeref:class:WXDLLIMPEXP_MMEDIA
62 wxSoundRouterStream *m_router;
H A Dsndfile.h24 class WXDLLIMPEXP_MMEDIA wxSoundRouterStream: public wxSoundStreamCodec { class in inherits:wxSoundStreamCodec
26 wxSoundRouterStream(wxSoundStream& sndio);
27 ~wxSoundRouterStream();
93 // For this action, you must use wxSoundRouterStream applied to wxSoundFileStream.
105 wxSoundRouterStream m_codec;
H A Dsndg72x.h58 class WXDLLIMPEXP_MMEDIA wxSoundRouterStream; variable in typeref:class:WXDLLIMPEXP_MMEDIA
70 wxSoundRouterStream *m_router;
H A Dsndmsad.h59 class WXDLLIMPEXP_MMEDIA wxSoundRouterStream; variable in typeref:class:WXDLLIMPEXP_MMEDIA
73 wxSoundRouterStream *m_router;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndfile.cpp29 wxSoundRouterStream::wxSoundRouterStream(wxSoundStream& sndio) function in class:wxSoundRouterStream
35 wxSoundRouterStream::~wxSoundRouterStream()
45 wxSoundStream& wxSoundRouterStream::Read(void *buffer, wxUint32 len)
62 wxSoundStream& wxSoundRouterStream::Write(const void *buffer, wxUint32 len)
83 bool wxSoundRouterStream::SetSoundFormat(const wxSoundFormatBase& format)
127 wxUint32 wxSoundRouterStream::GetBestSize() const
138 bool wxSoundRouterStream::StartProduction(int evt)
160 bool wxSoundRouterStream
[all...]
H A Dsndulaw.cpp95 m_router = new wxSoundRouterStream(sndio);
H A Dsndg72x.cpp118 m_router = new wxSoundRouterStream(sndio);
H A Dsndmsad.cpp143 m_router = new wxSoundRouterStream(sndio);

Completed in 398 milliseconds