Searched refs:wxSoundStreamESD (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 Dsndesd.tex6 \section{\class{wxSoundStreamESD}}\label{wxsoundstreamesd}
19 \membersection{wxSoundStreamESD::wxSoundStreamESD}\label{wxsoundstreamesdwxsoundstreamesd}
21 \func{}{wxSoundStreamESD}{\param{const wxString\& }{hostname = "localhost"}}
24 \membersection{wxSoundStreamESD::\destruct{wxSoundStreamESD}}\label{wxsoundstreamesddtor}
26 \func{}{\destruct{wxSoundStreamESD}}{\void}
29 \membersection{wxSoundStreamESD::Read}\label{wxsoundstreamesdread}
34 \membersection{wxSoundStreamESD::Write}\label{wxsoundstreamesdwrite}
39 \membersection{wxSoundStreamESD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndesd.h22 class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream { class in inherits:wxSoundStream
24 wxSoundStreamESD(const wxString& hostname = wxT("localhost"));
25 ~wxSoundStreamESD();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndesd.cpp45 #define MY_ESD_NAME "wxWidgets/wxSoundStreamESD"
48 // wxSoundStreamESD: ESD sound driver
54 wxSoundStreamESD::wxSoundStreamESD(const wxString& hostname) function in class:wxSoundStreamESD
95 wxSoundStreamESD::~wxSoundStreamESD()
107 wxSoundStream& wxSoundStreamESD::Read(void *buffer, wxUint32 len)
135 wxSoundStream& wxSoundStreamESD::Write(const void *buffer, wxUint32 len)
167 bool wxSoundStreamESD::SetSoundFormat(const wxSoundFormatBase& format)
215 wxSoundStreamESD *es
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp514 return new wxSoundStreamESD();
H A Dmmboard.cpp210 dev = new wxSoundStreamESD();

Completed in 173 milliseconds