IATSCTuningSpace::put_MaxMinorChannel
Microsoft DirectShow 9.0 |
IATSCTuningSpace::put_MaxMinorChannel
The put_MaxMinorChannel method gets the highest minor channel number for this tuning space.
Syntax
HRESULT put_MaxMinorChannel( long NewMaxMinorChannelVal );
Parameters
NewMaxMinorChannelVal
[in] Variable of type long that specifies the highest minor channel.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
This property must be set before calling put_MinMinorChannel to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also