IAnalogRadioTuningSpace::get_MinFrequency
Microsoft DirectShow 9.0 |
IAnalogRadioTuningSpace::get_MinFrequency
This topic applies to Windows XP and later.
The get_MinFrequency method retrieves the minimum frequency for this tuning space.
Syntax
HRESULT get_MinFrequency( long* pMinFrequencyVal );
Parameters
pMinFrequencyVal
[out] Pointer to a variable that receives the minimum frequency, in kilohertz (kHz).
Return Values
Returns E_NOTIMPL.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also