IAnalogTVTuningSpace::get_MinChannel
Microsoft DirectShow 9.0 |
IAnalogTVTuningSpace::get_MinChannel
The get_MinChannel method gets the lowest channel number for this tuning space.
Syntax
HRESULT get_MinChannel( long* );
Parameters
pMinChannelVal
[out] Pointer to a variable of type long that receives the value for the lowest channel.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
An NTSC tuning space connected to an antenna will return a value of 2.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also