Share via


IDigitalCableTuneRequest::put_SourceID

 
Microsoft DirectShow 9.0

IDigitalCableTuneRequest::put_SourceID

The put_SourceID method sets the source identifier, which maps to a physical channel.

Syntax

  HRESULT put_SourceID(
  long  SourceID
);

Parameters

SourceID

[in]  Specifies the source identifier.

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