WMEncProfileManager.LastEditedProfile

Windows Media Encoder SDK banner art

The LastEditedProfile property retrieves the name of the profile most recently created by the end user during the current encoding session.

Syntax

string = WMEncProfileManager.LastEditedProfile;

Parameters

This property takes no parameters.

Property Value

A String containing the profile name.

Remarks

This property is read-only. You can use the LastEditedProfile property to determine whether an end user has modified a profile. The variable containing the name of the profile is reset when you call WMEncProfileList.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also