IAnalogTVTuningSpace::put_MinChannel
Microsoft DirectShow 9.0 |
IAnalogTVTuningSpace::put_MinChannel
The put_MinChannel method sets the lowest channel number for this tuning space.
Syntax
HRESULT put_MinChannel( long NewMinChannelVal );
Parameters
NewMinChannelVal
[in] Variable of type long that specifies the lowest channel number.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also