IWMEncInputCollection.length

Windows Media Encoder SDK banner art

The length property retrieves the number of items in the input collection.

Syntax

int = IWMEncInputCollection.length;

Parameters

This property takes no parameters.

Property Value

An Int32 that indicates the number of items in the collection.

Remarks

This method performs the same action as the IWMEncInputCollection.Count method and is included for JScript developers.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also