Home
last modified time | relevance | path

Searched refs:GetRecorderProperties (Results 1 – 4 of 4) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_win32_AudioCDBurner.cpp179 if (FAILED (discRecorder->GetRecorderProperties (prop.resetAndGetPointerAddress()))) in getIntProperty()
194 if (FAILED (discRecorder->GetRecorderProperties (prop.resetAndGetPointerAddress()))) in setIntProperty()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaimapi.pas137 function GetRecorderProperties(out ppPropStg: IPropertyStorage): HRESULT; stdcall; in GetRecorderProperties() function
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/portburn/
H A Dportburn_winxpv1.cpp856 h->hres = h->pDiscRecorder->GetRecorderProperties(&prop); in PortBurn_v1_StartBurning()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Imapi/
H A Dmod.rs3073 …pub unsafe fn GetRecorderProperties(&self) -> ::windows::runtime::Result<super::super::System::Com… in GetRecorderProperties() method