Searched refs:SetVolume (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h44 void (*SetVolume)(int volume); // volume is 0-255 member in struct:__anon3855
H A Din2.h50 void (*SetVolume)(int volume); // from 0 to 255.. usually just call outMod->SetVolume member in struct:__anon3854
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dvidxanm.h96 bool SetVolume(wxUint8 vol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidxanm.tex66 \membersection{wxVideoXANIM::SetVolume}\label{wxvideoxanimsetvolume}
68 \func{bool}{SetVolume}{\param{wxUint8 }{vol}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmediactrlcmn.cpp324 // wxMediaCtrl::SetVolume
427 bool wxMediaCtrl::SetVolume(double dVolume) function in class:wxMediaCtrl
430 return m_imp->SetVolume(dVolume);
H A Dfilename.cpp383 SetVolume(volume);
1220 SetVolume(curDir.GetVolume());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmediactrl.h207 bool SetVolume(double dVolume);
307 virtual bool SetVolume(double WXUNUSED(dVolume)) function in class:wxMediaBackend
H A Dfilename.h417 void SetVolume( const wxString &volume ) { m_volume = volume; } function in class:wxFileName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c96 mod_.outMod->SetVolume(-666);
168 mod_.outMod->SetVolume(volume);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp116 virtual bool SetVolume(double);
823 // wxQTMediaBackend::SetVolume
837 bool wxQTMediaBackend::SetVolume(double dVolume) function in class:wxQTMediaBackend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dactivexcontainer.tex182 virtual bool SetVolume(double)
H A Dmediactrl.tex281 and other errors this may not be the exact value sent to SetVolume.
371 \membersection{wxMediaCtrl::SetVolume}\label{wxmediactrlsetvolume}
373 \func{bool}{SetVolume}{\param{double }{dVolume}}
H A Dfilename.tex195 \helpref{SetVolume}{wxfilenamesetvolume}\\
992 \membersection{wxFileName::SetVolume}\label{wxfilenamesetvolume}
994 \func{void}{SetVolume}{\param{const wxString\& }{volume}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp659 virtual bool SetVolume(double);
869 wxWMP10MediaBackend::SetVolume(1.0);
1196 // wxWMP10MediaBackend::SetVolume
1200 bool wxWMP10MediaBackend::SetVolume(double dVolume) function in class:wxWMP10MediaBackend
H A Dmediactrl_qt.cpp410 virtual bool SetVolume(double);
1034 // wxQTMediaBackend::SetVolume
1048 bool wxQTMediaBackend::SetVolume(double dVolume) function in class:wxQTMediaBackend
H A Dmediactrl.cpp1446 virtual bool SetVolume(double);
1544 virtual bool SetVolume(double);
1904 virtual bool SetVolume(double);
2338 wxAMMediaBackend::SetVolume(1.0);
2620 // wxAMMediaBackend::SetVolume
2626 bool wxAMMediaBackend::SetVolume(double dVolume) function in class:wxAMMediaBackend
3170 // wxMCIMediaBackend::SetVolume
3175 bool wxMCIMediaBackend::SetVolume(double dVolume) function in class:wxMCIMediaBackend
3894 // wxQTMediaBackend::SetVolume
3908 bool wxQTMediaBackend::SetVolume(doubl function in class:wxQTMediaBackend
[all...]
H A Dmediactrl_am.cpp1448 virtual bool SetVolume(double);
1714 wxAMMediaBackend::SetVolume(1.0);
1980 // wxAMMediaBackend::SetVolume
1986 bool wxAMMediaBackend::SetVolume(double dVolume) function in class:wxAMMediaBackend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp1383 currentpage->m_mediactrl->SetVolume(dVolume < 0.05 ? 0.0 : dVolume - .05);
1397 currentpage->m_mediactrl->SetVolume(dVolume > 0.95 ? 1.0 : dVolume + .05);
1768 if( m_mediactrl->SetVolume(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp201 virtual bool SetVolume(double dVolume);
1555 // wxGStreamerMediaBackend::SetVolume
1563 bool wxGStreamerMediaBackend::SetVolume(double dVolume) function in class:wxGStreamerMediaBackend
1575 wxT("SetVolume: volume prop not found - 0.8.5 of ")

Completed in 285 milliseconds