Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.95 KB

mf-capture-engine-event-generator-guid.md

File metadata and controls

54 lines (30 loc) · 1.95 KB
description ms.assetid title ms.topic ms.date
Identifies the component that generated a capture event.
DCCF3054-AF14-44C7-84C0-B03E35B5D90A
MF_CAPTURE_ENGINE_EVENT_GENERATOR_GUID attribute (Mfcaptureengine.h)
reference
05/31/2018

MF_CAPTURE_ENGINE_EVENT_GENERATOR_GUID attribute

Identifies the component that generated a capture event.

Data type

GUID

Remarks

This attribute appears on some events from the capture engine. To get this attribute, call IMFAttributes::GetGUID on the event object. The event object is passed to the application through the IMFCaptureEngineOnEventCallback::OnEvent method.

The value is an interface identifier for the component that generated the event. For example, the value IID_IMFCapturePreviewSink indicates the preview sink (IMFCapturePreviewSink). Not every capture event contains this attribute.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Mfcaptureengine.h

See also

Alphabetical List of Media Foundation Attributes

Capture Engine Attributes

IMFCaptureEngine::Initialize