Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.11 KB

videoframe_direct3dsurface.md

File metadata and controls

23 lines (16 loc) · 1.11 KB
-api-id -api-type
P:Windows.Media.VideoFrame.Direct3DSurface
winrt property

Windows.Media.VideoFrame.Direct3DSurface

-description

Gets the IDirect3DSurface object containing the pixel data of the video frame, when one is present.

-property-value

The IDirect3DSurface object containing the pixel data of the video frame.

-remarks

The pixel data of a VideoFrame can be stored either in a IDirect3DSurface or a SoftwareBitmap. This property will be null if the data for the frame is not stored in a IDirect3DSurface. If the data is stored in a software bitmap, you can access it using the SoftwareBitmap property of the VideoFrame.

-examples

-see-also