Share via


IDigitalCableTuningSpace::get_MaxMajorChannel

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace::get_MaxMajorChannel

The get_MaxMajorChannel method retrieves the highest major channel number for this tuning space.

Syntax

  HRESULT get_MaxMajorChannel(
  long*  MaxMajorChannelVal
);

Parameters

MaxMajorChannelVal

[out]  Receives 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