VideoFrame.CreateWithSoftwareBitmap(SoftwareBitmap) 方法

定义

从提供的 SoftwareBitmap 创建 VideoFrame 类的新实例。

public:
 static VideoFrame ^ CreateWithSoftwareBitmap(SoftwareBitmap ^ bitmap);
 static VideoFrame CreateWithSoftwareBitmap(SoftwareBitmap const& bitmap);
public static VideoFrame CreateWithSoftwareBitmap(SoftwareBitmap bitmap);
function createWithSoftwareBitmap(bitmap)
Public Shared Function CreateWithSoftwareBitmap (bitmap As SoftwareBitmap) As VideoFrame

参数

bitmap
SoftwareBitmap

从中创建 VideoFrameSoftwareBitmap

返回

视频帧

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

注解

如果 位图 参数为 null,则会引发参数异常。

适用于