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