Searched refs:OnSoundEvent (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndbase.cpp114 // OnSoundEvent(int evt) is called either when the driver is ready to receive
120 void wxSoundStream::OnSoundEvent(int evt) function in class:wxSoundStream
125 m_handler->OnSoundEvent(evt);
H A Dsndfile.cpp381 void wxSoundFileStream::OnSoundEvent(int evt) function in class:wxSoundFileStream
387 wxSoundStream::OnSoundEvent(evt);
H A Dsndwin.cpp676 OnSoundEvent(wxSOUND_OUTPUT);
686 OnSoundEvent(wxSOUND_INPUT);
719 OnSoundEvent(wxSOUND_OUTPUT);
H A Dsndesd.cpp238 OnSoundEvent(evt);
H A Dsndoss.cpp271 OnSoundEvent(evt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndbase.h166 virtual void OnSoundEvent(int evt);
H A Dsndfile.h124 void OnSoundEvent(int evt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex73 sound stream and redefine \helpref{wxSoundStream::OnSoundEvent}{wxsoundstreamonsoundevent}, or you can reroute the events to another sound stream using \helpref{wxSoundStream::SetEventHandler}{wxsoundstreamseteventhandler}.
142 interested by sound events: see \helpref{wxSoundStream::OnSoundEvent}{wxsoundstreamonsoundevent}.
167 \helpref{wxSoundStream::OnSoundEvent}{wxsoundstreamonsoundevent}.
289 \membersection{wxSoundStream::OnSoundEvent}\label{wxsoundstreamonsoundevent}
291 \func{void}{OnSoundEvent}{\param{int }{evt}}

Completed in 131 milliseconds