Searched refs:wxSoundStreamOSS (Results 1 - 5 of 5) 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 Dsndoss.tex7 \section{\class{wxSoundStreamOSS}}\label{wxsoundstreamoss}
21 \membersection{wxSoundStreamOSS::wxSoundStreamOSS}\label{wxsoundstreamosswxsoundstreamoss}
23 \func{}{wxSoundStreamOSS}{\param{const wxString\& }{dev\_name = \_T("/dev/dsp")}}
26 \membersection{wxSoundStreamOSS::\destruct{wxSoundStreamOSS}}\label{wxsoundstreamossdtor}
28 \func{}{\destruct{wxSoundStreamOSS}}{\void}
31 \membersection{wxSoundStreamOSS::Read}\label{wxsoundstreamossread}
36 \membersection{wxSoundStreamOSS::Write}\label{wxsoundstreamosswrite}
41 \membersection{wxSoundStreamOSS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndoss.h22 class WXDLLIMPEXP_MMEDIA wxSoundStreamOSS : public wxSoundStream { class in inherits:wxSoundStream
24 wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp"));
25 ~wxSoundStreamOSS();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndoss.cpp33 wxSoundStreamOSS::wxSoundStreamOSS(const wxString& dev_name) function in class:wxSoundStreamOSS
50 wxSoundStreamOSS::SetSoundFormat(pcm_default);
65 wxSoundStreamOSS::~wxSoundStreamOSS()
71 wxUint32 wxSoundStreamOSS::GetBestSize() const
76 wxSoundStream& wxSoundStreamOSS::Read(void *buffer, wxUint32 len)
98 wxSoundStream& wxSoundStreamOSS::Write(const void *buffer, wxUint32 len)
122 bool wxSoundStreamOSS::SetSoundFormat(const wxSoundFormatBase& format)
184 bool wxSoundStreamOSS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp517 return new wxSoundStreamOSS();
H A Dmmboard.cpp222 dev = new wxSoundStreamOSS();

Completed in 121 milliseconds