ltmmWMProfile Object

The ltmmWMProfile 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:

ltmmWMProfileManager.CreateEmptyProfile

ltmmWMProfileManager.loadProfileByData

ltmmWMProfileManager.loadProfileByID

ltmmWMProfileManager.loadSystemProfile

All of the methods in the preceding list return a reference ltmmWMProfile object.

The ltmmWMProfile Object contains the following properties and methods:

Properties

ltmmWMProfile.Description

ltmmWMProfile.MutualExclusionCount

ltmmWMProfile.Name

ltmmWMProfile.StreamCount

ltmmWMProfile.Version

Methods

ltmmWMProfile.AddMutualExclusion

ltmmWMProfile.AddStream

ltmmWMProfile.CreateNewMutualExclusion

ltmmWMProfile.CreateNewStream

ltmmWMProfile.GetMutualExclusion

ltmmWMProfile.GetStream

ltmmWMProfile.GetStreamByNumber

ltmmWMProfile.ReconfigStream

ltmmWMProfile.RemoveMutualExclusion

ltmmWMProfile.RemoveStream

ltmmWMProfile.RemoveStreamByNumber

See Also

Windows Media Support

For more detailed information, refer to the Microsoft documentation for the IWMProfile Interface at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmprofileinterface.asp.