Share via


IDigitalCableTuningSpace::put_MaxMajorChannel

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace::put_MaxMajorChannel

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

Syntax

  HRESULT put_MaxMajorChannel(
  long  NewMaxMajorChannelVal
);

Parameters

NewMaxMajorChannelVal

[in]  Specifies the highest major channel number.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also