Share via


IWMEncProfileCollection Object

Windows Media Encoder SDK banner art

The IWMEncProfileCollection object contains all of the enumerated profiles that are available to an encoding session. The IWMEncProfileCollection object exposes the following properties and methods.

Property Description
Count Retrieves the number of profiles in the collection.
length Retrieves the number of profiles in the collection. This is the JScript version of Count.
ProfileDirectory Specifies and retrieves the location where custom profiles are stored.
Method Description
Item Retrieves a specific profile from the collection.
Refresh Removes the old profile collection and populates a new collection.

See Also