IWMEncTransformCollection.length

Windows Media Encoder SDK banner art

The length property retrieves the number of transform plug-ins in the collection.

Syntax

int = IWMEncTransformCollection.length;

Parameters

This property takes no parameters.

Property Value

An Int32 type that indicates the number of source groups.

Remarks

This property is read-only. This method performs the same action as the IWMEncTransformCollection.Count method and is included for JScript developers.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also