IWMEncProfileCollection Interface

Windows Media Encoder SDK banner art

The IWMEncProfileCollection interface contains all of the enumerated profiles that are available to an encoding session. In addition to the methods inherited from IDispatch, the IWMEncProfileCollection interface exposes the following methods.

Method Description
get_Count Retrieves the number of profiles in the collection.
get_length Retrieves the number of profiles in the collection. This is the JScript version of get_Count.
get_ProfileDirectory Retrieves the path of the directory containing custom profiles.
Item Retrieves a specific profile from the collection.
put_ProfileDirectory Specifies the location where custom profiles are stored.
Refresh Removes the old profile collection and populates a new collection.

See Also