IATSCLocator::put_PhysicalChannel

 
Microsoft DirectShow 9.0

IATSCLocator::put_PhysicalChannel

The put_PhysicalChannel method sets the physical channel.

Syntax

  HRESULT put_PhysicalChannel(
  long  PhysicalChannel
);

Parameters

PhysicalChannel

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

Return Values

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

Remarks

This is a required property. A tuner cannot locate an ATSC transmission source without it.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also