IATSCTuningSpace::put_MaxMinorChannel Method
The put_MaxMinorChannel method gets the highest minor channel number for this tuning space.
Syntax
HRESULT put_MaxMinorChannel(
[in] long NewMaxMinorChannelVal
);
Parameters
- NewMaxMinorChannelVal [in]
Variable of type long that specifies the highest minor channel.
Return Value
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 | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008