Share via


IDigitalCableTuningSpace::put_MinSourceID

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace::put_MinSourceID

The put_MinSourceID method sets the lowest source identifier for this tuning space.

Syntax

  HRESULT put_MinSourceID(
  long  NewMinSourceIDVal
);

Parameters

NewMinSourceIDVal

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