Share via


IAnalogTVTuningSpace::get_MaxChannel Method

The get_MaxChannel method gets the highest channel number for this tuning space.

Syntax

HRESULT get_MaxChannel(
  [out]  long *pMaxChannelVal
);

Parameters

  • pMaxChannelVal [out]
    Pointer to a variable of type long that receives the value for the highest channel.

Return Value

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 Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IAnalogTVTuningSpace Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008