Compartilhar via


IDigitalCableLocator::put_OriginalMajorChannel

 
Microsoft DirectShow 9.0

IDigitalCableLocator::put_OriginalMajorChannel

The put_OriginalMajorChannel method specifies the original major channel number.

Syntax

  HRESULT put_OriginalMajorChannel(
  long  MajorChannel
);

Parameters

MajorChannel

[in]  Specifies the original major 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