Share via


ILocator::put_Modulation

 
Microsoft DirectShow 9.0

ILocator::put_Modulation

The put_Modulation method sets the modulation type.

Syntax

  HRESULT put_Modulation(
    ModulationType Modulation
    );

Parameters

Modulation

[in] Specifies the modulation type, as a member of the ModulationType enumeration.

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