Searched refs:io_sound (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndaiff.h25 wxSoundAiff(wxInputStream& stream, wxSoundStream& io_sound);
26 wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound);
H A Dsndwav.h27 wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound);
28 wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound);
H A Dsndfile.h56 wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound);
57 wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound);
/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) argument
39 : wxSoundFileStream(stream, io_sound)
44 wxSoundAiff::wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound) argument
45 : wxSoundFileStream(stream, io_sound)
H A Dsndfile.cpp184 wxSoundStream& io_sound)
185 : m_codec(io_sound), m_sndio(&io_sound),
194 wxSoundStream& io_sound)
195 : m_codec(io_sound), m_sndio(&io_sound),
183 wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound) argument
193 wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound) argument
H A Dsndwav.cpp44 wxSoundWave::wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound) argument
45 : wxSoundFileStream(stream, io_sound)
50 wxSoundWave::wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound) argument
51 : wxSoundFileStream(stream, io_sound)

Completed in 63 milliseconds