LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WMProfileManager Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : WMProfileManager Class

The following tables list the members exposed by WMProfileManager.

Public Constructors

 NameDescription
public Constructor WMProfileManager ConstructorInitializes a new instance of the WMProfileManager class.  
Top

Public Properties

 NameDescription
public Property SystemProfileCountGets the number of available system profiles.  
public Property SystemProfileVersionGets or sets the version number of each system profile enumerated by the profile manager.  
Top

Public Methods

 NameDescription
public Method CreateEmptyProfileCreates an empty profile object.  
public Method DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public Method GetCodecFormatGets the format at the specified format index, which is supported by the codec at the specified codec index.  
public Method GetCodecFormatCountGets the number of formats available for the specified codec and media type.  
public Method GetCodecFormatDescGets the description of the specified codec format.  
public Method GetCodecInfoCountGets the number of available codecs for the specified media type.  
public Method GetCodecNameGets the name of the codec at the specified index.  
public Method LoadProfileByDataCreates a profile object and fills it with the data from the passed string.  
public Method LoadProfileByIDLoads a system profile identified by its GUID.  
public Method LoadSystemProfileLoads the system profile at the specified index.  
public Method SaveProfileSaves a profile to a string buffer, in the form of an XML-formatted string.  
public Method SaveProfileExSaves a WMProfile to a string and returns that string to the user.  
Top

See Also