Share via


IWMEncSourceGroup.GetGroupTransformPluginCount

Windows Media Encoder SDK banner art

The GetGroupTransformPluginCount method retrieves the number of transform plug-ins that can be applied to the source group.

Syntax

void IWMEncSourceGroup.GetGroupTransformPluginCount(
  out uint  pdwCount
);

Parameters

pdwCount

[out]  UInt containing number of plug-ins.

Return Values

This method returns a UInt containing the count.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also