IMFContentEnabler interface (mfidl.h)

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.

Inheritance

The IMFContentEnabler interface inherits from the IUnknown interface. IMFContentEnabler also has these types of members:

Methods

The IMFContentEnabler interface has these methods.

 
IMFContentEnabler::AutomaticEnable

Performs a content enabling action without any user interaction.
IMFContentEnabler::Cancel

Cancels a pending content enabling action.
IMFContentEnabler::GetEnableData

Retrieves the data for a manual content enabling action.
IMFContentEnabler::GetEnableType

Retrieves the type of operation that this content enabler performs.
IMFContentEnabler::GetEnableURL

Retrieves a URL for performing a manual content enabling action.
IMFContentEnabler::IsAutomaticSupported

Queries whether the content enabler can perform all of its actions automatically.
IMFContentEnabler::MonitorEnable

Requests notification when the enabling action is completed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

How to Play Protected Media Files

Media Foundation Interfaces