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.MutualExclusionCount
Methods
ltmmWMProfile.AddMutualExclusion
ltmmWMProfile.CreateNewMutualExclusion
ltmmWMProfile.GetMutualExclusion
ltmmWMProfile.GetStreamByNumber
ltmmWMProfile.RemoveMutualExclusion
ltmmWMProfile.RemoveStreamByNumber
See Also
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.