Share via


IWMEncSourceGroup.GetGroupTransformPlugin

Windows Media Encoder SDK banner art

The GetGroupTransformPlugin method retrieves a specific group-level transform plug-in.

Syntax

void IWMEncSourceGroup.GetGroupTransformPlugin(
  uint  dwIndex,
  out object  ppUnkPlugin
);

Parameters

dwIndex

[in]  UInt containing the index of the plug-in to retrieve.

ppUnkPlugin

[out]  Object containing the transform plug-in for the group.

Return Values

This method returns a transform plug-in for the group.

If this method fails, it returns an error number.

Number Description
0xC00D002 The request is not valid for the current state of the encoder engine.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also