Share via


ILocator::get_Modulation Method

The get_Modulation method retrieves the modulation type.

Syntax

HRESULT get_Modulation(
  [out]  ModulationType *pModulation
);

Parameters

  • pModulation [out]
    Pointer to a variable that receives the modulation type, as a member of the ModulationType enumeration.

Return Value

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

Remarks

See put_Modulation for the definition of ModulationType.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

ILocator Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008