Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 905 Bytes

mediaframereference_videomediaframe.md

File metadata and controls

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

Windows.Media.Capture.Frames.MediaFrameReference.VideoMediaFrame

-description

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

-property-value

The VideoMediaFrame wrapped by the MediaFrameReference.

-remarks

If the frame reference wraps a different type of frame, or if the video frame data is in a format that is unsupported, such as RGB24, then this property is null. In this case, you can access the BufferMediaFrame property, which is always non-null.

-examples

-see-also