Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 771 Bytes

videoframe_createwithsoftwarebitmap_2053841636.md

File metadata and controls

28 lines (19 loc) · 771 Bytes
-api-id -api-type
M:Windows.Media.VideoFrame.CreateWithSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap)
winrt method

Windows.Media.VideoFrame.CreateWithSoftwareBitmap

-description

Creates a new instance of the VideoFrame class from the provided SoftwareBitmap.

-parameters

-param bitmap

The SoftwareBitmap from which the VideoFrame is created.

-returns

A VideoFrame.

-remarks

If the bitmap parameter is null, an argument exception will be thrown.

-see-also

-examples