IMFContentEnabler interface
Implements one step that must be performed for the user to access media content. For example, the steps might be individualization followed by license acquisition. Each of these steps would be encapsulated by a content enabler object that exposes the IMFContentEnabler interface.
Members
The IMFContentEnabler interface inherits from the IUnknown interface. IMFContentEnabler also has these types of members:
Methods
The IMFContentEnabler interface has these methods.
| Method | Description |
|---|---|
| AutomaticEnable |
Performs a content enabling action without any user interaction. |
| Cancel |
Cancels a pending content enabling action. |
| GetEnableData |
Retrieves the data for a manual content enabling action. |
| GetEnableType |
Retrieves the type of operation that this content enabler performs. |
| GetEnableURL |
Retrieves a URL for performing a manual content enabling action. |
| IsAutomaticSupported |
Queries whether the content enabler can perform all of its actions automatically. |
| MonitorEnable |
Requests notification when the enabling action is completed. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also