Searched refs:wxSoundWave (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 Dsndwave.tex7 \section{\class{wxSoundWave}}\label{wxsoundwave}
21 \membersection{wxSoundWave::wxSoundWave}\label{wxsoundwavewxsoundwave}
23 \func{}{wxSoundWave}{\param{wxInputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}}
25 \func{}{wxSoundWave}{\param{wxOutputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}}
28 \membersection{wxSoundWave::\destruct{wxSoundWave}}\label{wxsoundwavedtor}
30 \func{}{\destruct{wxSoundWave}}{\void}
33 \membersection{wxSoundWave::CanRead}\label{wxsoundwavecanread}
38 \membersection{wxSoundWave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndwav.h25 class WXDLLIMPEXP_MMEDIA wxSoundWave: public wxSoundFileStream { class in inherits:wxSoundFileStream
27 wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound);
28 wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound);
29 ~wxSoundWave();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp44 wxSoundWave::wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound) function in class:wxSoundWave
50 wxSoundWave::wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound) function in class:wxSoundWave
56 wxSoundWave::~wxSoundWave()
60 wxString wxSoundWave::GetCodecName() const
62 return wxString(wxT("wxSoundWave codec"));
67 bool wxSoundWave::CanRead()
99 bool wxSoundWave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp178 f_stream = new wxSoundWave(*m_input_stream, *m_output_stream);

Completed in 65 milliseconds