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



A WMProfile object used for WMV formats.

Object Model

WMProfile Class

Syntax

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

Remarks

The WMProfile object is intended to configure a profile through its interface and subordinate objects like the stream object. Profile objects can be created either using existing profile data or empty. To create a profile object, call one of the following methods WMProfileManager.CreateEmptyProfile, WMProfileManager.LoadProfileByID, WMProfileManager.LoadProfileByData or WMProfileManager.LoadSystemProfile 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.WMProfile

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