Searched refs:wxSoundAiff (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 Dsndaiff.tex6 \section{\class{wxSoundAiff}}\label{wxsoundaiff}
19 \membersection{wxSoundAiff::wxSoundAiff}\label{wxsoundaiffwxsoundaiff}
21 \func{}{wxSoundAiff}{\param{wxInputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}}
23 \func{}{wxSoundAiff}{\param{wxOutputStream\& }{stream}, \param{wxSoundStream\& }{io\_sound}}
25 \membersection{wxSoundAiff::\destruct{wxSoundAiff}}\label{wxsoundaiffdtor}
27 \func{}{\destruct{wxSoundAiff}}{\void}
30 \membersection{wxSoundAiff::CanRead}\label{wxsoundaiffcanread}
35 \membersection{wxSoundAiff
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndaiff.h23 class WXDLLIMPEXP_MMEDIA wxSoundAiff: public wxSoundFileStream { class in inherits:wxSoundFileStream
25 wxSoundAiff(wxInputStream& stream, wxSoundStream& io_sound);
26 wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound);
27 ~wxSoundAiff();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndaiff.cpp38 wxSoundAiff::wxSoundAiff(wxInputStream& stream, wxSoundStream& io_sound) function in class:wxSoundAiff
44 wxSoundAiff::wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound) function in class:wxSoundAiff
50 wxSoundAiff::~wxSoundAiff()
54 wxString wxSoundAiff::GetCodecName() const
56 return wxT("wxSoundAiff codec");
59 bool wxSoundAiff::CanRead()
99 bool wxSoundAiff
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp185 f_stream = new wxSoundAiff(*m_input_stream, *m_output_stream);

Completed in 70 milliseconds