Searched refs:StartProduction (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcodec.cpp32 bool wxSoundStreamCodec::StartProduction(int evt) function in class:wxSoundStreamCodec
34 return m_sndio->StartProduction(evt);
H A Dsndfile.cpp136 // StartProduction(int evt). See sndbase.h
138 bool wxSoundRouterStream::StartProduction(int evt) function in class:wxSoundRouterStream
141 if (m_sndio->StartProduction(evt))
149 if (m_router->StartProduction(evt))
220 if (!StartProduction(wxSOUND_OUTPUT))
237 if (!StartProduction(wxSOUND_INPUT))
288 if (!StartProduction( (m_oldstate == wxSOUND_FILE_PLAYING) ?
319 bool wxSoundFileStream::StartProduction(int evt) function in class:wxSoundFileStream
323 if (!m_codec.StartProduction(evt))
H A Dsndesd.cpp242 // StartProduction(): see wxSoundStream
244 bool wxSoundStreamESD::StartProduction(int evt) function in class:wxSoundStreamESD
H A Dsndoss.cpp274 bool wxSoundStreamOSS::StartProduction(int evt) function in class:wxSoundStreamOSS
H A Dsndwin.cpp701 // StartProduction()
703 bool wxSoundStreamWin::StartProduction(int evt) function in class:wxSoundStreamWin
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndcodec.h21 bool StartProduction(int evt);
H A Dsndesd.h32 bool StartProduction(int evt);
H A Dsndoss.h33 bool StartProduction(int evt);
H A Dsndfile.h34 bool StartProduction(int evt);
74 bool StartProduction(int evt);
H A Dsndbase.h63 // StartProduction()
136 virtual bool StartProduction(int evt) = 0;
H A Dsndwin.h30 bool StartProduction(int evt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndcodec.tex26 \membersection{wxSoundStreamCodec::StartProduction}\label{wxsoundstreamcodecstartproduction}
28 \func{bool}{StartProduction}{\param{int }{evt}}
H A Dsndesd.tex44 \membersection{wxSoundStreamESD::StartProduction}\label{wxsoundstreamesdstartproduction}
46 \func{bool}{StartProduction}{\param{int }{evt}}
H A Dsndoss.tex51 \membersection{wxSoundStreamOSS::StartProduction}\label{wxsoundstreamossstartproduction}
53 \func{bool}{StartProduction}{\param{int }{evt}}
H A Dsndwin.tex50 \membersection{wxSoundStreamWin::StartProduction}\label{wxsoundstreamwinstartproduction}
52 \func{bool}{StartProduction}{\param{int }{evt}}
H A Dsndbase.tex82 at the call to \helpref{wxSoundStream::StartProduction}{wxsoundstreamstartproduction}
244 %% StartProduction
246 \membersection{wxSoundStream::StartProduction}\label{wxsoundstreamstartproduction}
248 \func{bool}{StartProduction}{\param{int }{evt}}
250 StartProduction starts the sound streaming. {\it evt} may be one of
H A Dsndfile.tex114 \membersection{wxSoundFileStream::StartProduction}\label{wxsoundfilestreamstartproduction}
115 \func{bool}{StartProduction}{\param{int }{evt}}
125 As for \helpref{StartProduction}{wxsoundfilestreamstopproduction}, it is not

Completed in 84 milliseconds