IDigitalCableTuningSpace::put_MinMajorChannel
Microsoft DirectShow 9.0 |
IDigitalCableTuningSpace::put_MinMajorChannel
The put_MinMajorChannel method sets the lowest major channel number for this tuning space.
Syntax
HRESULT put_MinMajorChannel( long NewMinMajorChannelVal );
Parameters
NewMinMajorChannelVal
[in] Specifies the lowest major channel number.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also