Searched refs:SetSampleRate (Results 1 - 15 of 15) 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 Dsndfulaw.tex31 \membersection{wxSoundFormatUlaw::SetSampleRate}\label{wxsoundformatulawsetsamplerate}
33 \func{void}{SetSampleRate}{\param{wxUint32 }{srate}}
H A Dsndfg72x.tex54 \membersection{wxSoundFormatG72X::SetSampleRate}\label{wxsoundformatg72xsetsamplerate}
56 \func{void}{SetSampleRate}{\param{wxUint32 }{srate}}
H A Dsndfpcm.tex31 \membersection{wxSoundFormatPcm::SetSampleRate}\label{wxsoundformatpcmsetsamplerate}
33 \func{void}{SetSampleRate}{\param{wxUint32 }{srate}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h27 void SetSampleRate(wxUint32 srate);
H A Dsndulaw.h25 void SetSampleRate(wxUint32 srate);
H A Dsndg72x.h38 void SetSampleRate(wxUint32 srate);
H A Dsndmsad.h28 void SetSampleRate(wxUint32 srate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndulaw.cpp39 void wxSoundFormatUlaw::SetSampleRate(wxUint32 srate) function in class:wxSoundFormatUlaw
175 pcm.SetSampleRate(ulaw->GetSampleRate());
H A Dsndpcm.cpp35 void wxSoundFormatPcm::SetSampleRate(wxUint32 srate) function in class:wxSoundFormatPcm
H A Dsndwav.cpp106 sndformat.SetSampleRate(sample_fq);
130 sndformat.SetSampleRate(sample_fq);
167 sndformat.SetSampleRate(sample_fq);
H A Dsndg72x.cpp35 void wxSoundFormatG72X::SetSampleRate(wxUint32 srate) function in class:wxSoundFormatG72X
208 pcm.SetSampleRate(g72x->GetSampleRate());
H A Dsndoss.cpp160 pcm_format->SetSampleRate(tmp);
354 best_pcm.SetSampleRate(pcm->GetSampleRate());
H A Dsndaiff.cpp146 sndformat.SetSampleRate((wxUint32) srate);
H A Dsndesd.cpp343 best_pcm.SetSampleRate(pcm->GetSampleRate());
H A Dsndmsad.cpp47 void wxSoundFormatMSAdpcm::SetSampleRate(wxUint32 srate) function in class:wxSoundFormatMSAdpcm
373 pcm.SetSampleRate(adpcm->GetSampleRate());

Completed in 61 milliseconds