Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 773 Bytes

mediaframereference_buffermediaframe.md

File metadata and controls

23 lines (16 loc) · 773 Bytes
-api-id -api-type
P:Windows.Media.Capture.Frames.MediaFrameReference.BufferMediaFrame
winrt property

Windows.Media.Capture.Frames.MediaFrameReference.BufferMediaFrame

-description

Gets the BufferMediaFrame wrapped by the MediaFrameReference, if that is the type of frame represented.

-property-value

The BufferMediaFrame wrapped by the MediaFrameReference.

-remarks

If the frame reference wraps a different type of frame, such as a VideoMediaFrame, the object returned by this property is null.

-examples

-see-also