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



The WMProfileManager object is used to create and manage Windows Media profile objects.

Object Model

WMProfileManager Class

Syntax

Visual Basic (Declaration) 
Public Class WMProfileManager 
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As WMProfileManager
C# 
public class WMProfileManager : IDisposable  
C++/CLI 
public ref class WMProfileManager : public IDisposable  

Remarks

The WMProfileManager object is used to create and manage Windows Media profile objects that contain media parameters for WMV file creation. The profile manager object also provides methods for enumerating supported codecs and querying those codecs for information. For more information on LEADTOOLS Multimedia support for Windows Media Profiles, see Leadtools.Topics.Multimedia.WindowsMediaSupport. For more information, see the Microsoft documentation on Working with Profiles.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.WMProfileManager

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also