Share via


IAnalogTVTuningSpace::put_MaxChannel

 
Microsoft DirectShow 9.0

IAnalogTVTuningSpace::put_MaxChannel

The put_MaxChannel method sets the highest channel number for this tuning space.

Syntax

  HRESULT put_MaxChannel(
  long  NewMaxChannelVal
);

Parameters

NewMaxChannelVal

[in] Variable of type long that specifies the highest channel number.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also