VideoFrame.CreateWithSoftwareBitmap(SoftwareBitmap) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从提供的 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
从中创建 VideoFrame 的 SoftwareBitmap。
返回
视频帧。
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)
|
注解
如果 位图 参数为 null,则会引发参数异常。