Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 794 Bytes

mediaframereader_framearrived.md

File metadata and controls

20 lines (14 loc) · 794 Bytes
-api-id -api-type
E:Windows.Media.Capture.Frames.MediaFrameReader.FrameArrived
winrt event

Windows.Media.Capture.Frames.MediaFrameReader.FrameArrived

-description

Occurs when a new frame arrives from the media frame source associated with the MediaFrameReader.

-remarks

In the handler for the FrameArrived event, call TryAcquireLatestFrame to get a MediaFrameReference representing the latest frame from the media frame source.

-examples

-see-also