Share via


IDigitalCableTuningSpace::get_MinMajorChannel

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace::get_MinMajorChannel

The get_MinMajorChannel method retrieves the lowest major channel number for this tuning space.

Syntax

  HRESULT get_MinMajorChannel(
  long*  MinMajorChannelVal
);

Parameters

MinMajorChannelVal

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