Searched refs:wxSoundStreamPcm (Results 1 - 4 of 4) 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 Dsndpcm.tex7 \section{\class{wxSoundStreamPcm}}\label{wxsoundstreampcm}
25 \membersection{wxSoundStreamPcm::wxSoundStreamPcm}\label{wxsoundstreampcmwxsoundstreampcm}
27 \func{}{wxSoundStreamPcm}{\param{wxSoundStream\& }{sndio}}
30 \membersection{wxSoundStreamPcm::\destruct{wxSoundStreamPcm}}\label{wxsoundstreampcmdtor}
32 \func{}{\destruct{wxSoundStreamPcm}}{\void}
35 \membersection{wxSoundStreamPcm::Read}\label{wxsoundstreampcmread}
40 \membersection{wxSoundStreamPcm::Write}\label{wxsoundstreampcmwrite}
45 \membersection{wxSoundStreamPcm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndcpcm.h21 class WXDLLIMPEXP_MMEDIA wxSoundStreamPcm: public wxSoundStreamCodec { class in inherits:wxSoundStreamCodec
26 wxSoundStreamPcm(wxSoundStream& sndio);
27 ~wxSoundStreamPcm();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcpcm.cpp26 wxSoundStreamPcm::wxSoundStreamPcm(wxSoundStream& sndio) function in class:wxSoundStreamPcm
36 wxSoundStreamPcm::~wxSoundStreamPcm()
42 wxUint32 wxSoundStreamPcm::GetBestSize() const
113 static wxSoundStreamPcm::ConverterType s_converters[4][3][2] = {
181 wxSoundStream& wxSoundStreamPcm::Read(void *buffer, wxUint32 len)
228 wxSoundStream& wxSoundStreamPcm::Write(const void *buffer, wxUint32 len)
272 bool wxSoundStreamPcm::SetSoundFormat(const wxSoundFormatBase& format)
403 wxUint32 wxSoundStreamPcm
[all...]
H A Dsndfile.cpp99 m_router = new wxSoundStreamPcm(*m_sndio);

Completed in 42 milliseconds