A profile object is intended to configure a Windows Media 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:
IltmmWMProfileManager::CreateEmptyProfile
IltmmWMProfileManager::LoadProfileByData
IltmmWMProfileManager::LoadProfileByID
IltmmWMProfileManager::LoadSystemProfile
All of the functions listed above set a pointer to an IltmmWMProfile Interface. The other interfaces of the profile object can be obtained by calling the QueryInterface method.
Interfaces |
|
CLSID |
CLSID_ltmmWMProfile |
See Also
For more detailed information, refer to the Microsoft documentation for the WMProfile object.