IWMEncInputCollection.length

Windows Media Encoder SDK banner art

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

Syntax

Long = IWMEncInputCollection.length

Parameters

This property takes no parameters.

Property Value

A Long 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.

Example Code

Long = IWMEncInputCollection.length

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also