VideoMediaFrameFormat 类

定义

描述 VideoMediaFrame 的图像格式。

public ref class VideoMediaFrameFormat sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoMediaFrameFormat final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoMediaFrameFormat
Public NotInheritable Class VideoMediaFrameFormat
继承
Object Platform::Object IInspectable VideoMediaFrameFormat
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

通过访问 MediaFrameFormat.VideoFormatVideoMediaFrame.VideoFormatDepthMediaFrame.VideoFormat 属性获取此类的实例。

有关使用 MediaFrameSource 捕获帧的操作指南,请参阅 使用 MediaFrameReader 处理媒体帧

属性

DepthFormat

获取一个 对象,该对象描述视频媒体帧中深度数据的格式(如果该帧包含深度数据)。

Height

获取视频媒体帧的高度(以像素为单位)。

MediaFrameFormat

获取一个 对象,该对象提供有关非特定于视频帧的媒体帧格式的信息。

Width

获取视频媒体帧的宽度(以像素为单位)。

适用于

另请参阅