WMEncProfileManager Interface
The WMEncProfileManager interface creates the Windows Media Profile Manager and the Windows Media Profile Editor dialog boxes from Microsoft Windows Media Encoder that allow the user to edit and list profiles. The WMEncProfileManager interface exposes the following properties and methods.
Property | Description |
LastCreatedProfile | Retrieves the name of the profile most recently created by the end user during the current encoding session. |
LastEditedProfile | Retrieves the name of the profile most recently edited by the end user during the current encoding session. |
ProfileDirectory | Retrieves the path of the directory containing custom profiles. |
Method | Description |
GetDetailsString | Retrieves a string containing the details of a specific profile. |
WMEncProfileEdit | Creates a dialog box that enables users to create a profile. |
WMEncProfileList | Creates a dialog box that displays a list of profiles. |
WMEncProfileListEx | Creates a dialog box that displays a list of profiles, and automatically sets the check boxes on a new profile. |
See Also