Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.82 KB

mestreamsinkstarted.md

File metadata and controls

53 lines (28 loc) · 1.82 KB
description ms.assetid title ms.topic ms.date
Raised by a stream sink when it completes the transition to the running state.
95ac658b-bec0-442d-85ef-61966b40a2f2
MEStreamSinkStarted event (Mfobjects.h)
reference
05/31/2018

MEStreamSinkStarted event

Raised by a stream sink when it completes the transition to the running state. The transition to running occurs when the IMFPresentationClock::Start method is called on the sink's presentation clock. The media sink receives the notification through its IMFClockStateSink::OnClockStart or IMFClockStateSink::OnClockRestart method.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events

Media Sinks