Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 2.01 KB

mf-media-engine-callback.md

File metadata and controls

60 lines (33 loc) · 2.01 KB
description ms.assetid title ms.topic ms.date
Contains a pointer to the callback interface for the Media Engine.
5FAEF29A-B978-410A-8F5B-EB6F7E35EE6D
MF_MEDIA_ENGINE_CALLBACK attribute (Mfmediaengine.h)
reference
05/31/2018

MF_MEDIA_ENGINE_CALLBACK attribute

Contains a pointer to the callback interface for the Media Engine.

Data type

IMFMediaEngineNotify* stored as IUnknown*

Get/set

To get this attribute, call IMFAttributes::GetUnknown.

To set this attribute, call IMFAttributes::SetUnknown.

Remarks

The value of this attribute is a pointer to the IMFMediaEngineNotify interface, implemented by the application.

This attribute is used with the IMFMediaEngineClassFactory::CreateInstance method to initialize the Media Engine. The attribute is required.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 [desktop apps | UWP apps]
Header
Mfmediaengine.h

See also

Alphabetical List of Media Foundation Attributes

IMFMediaEngineClassFactory::CreateInstance

IMFMediaEngineNotify