Share via


IWMEncSource.GetTransformPlugin

Windows Media Encoder SDK banner art

The GetTransformPlugin method retrieves a specific transform plug-in, by index, for the source stream.

Syntax

void IWMEncSource.GetTransformPlugin(
  uint  dwIndex,
  out object  ppUnkTransformPlugin
);

Parameters

dwIndex

[in]  UInt containing the zero-based index of the plug-in.

ppUnkTransformPlugin

[out] Object containing the transform plug-in.

Return Values

This method returns an Unknown.

If this method fails, it returns an error number.

Number Description
0x80070057 The plug-in index is not valid.
0xC00D1B66 No plug-in corresponds to the index.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also