MediaFrameFormat 类

定义

public ref class MediaFrameFormat 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 MediaFrameFormat 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 MediaFrameFormat
Public NotInheritable Class MediaFrameFormat
继承
Object Platform::Object IInspectable MediaFrameFormat
属性

Windows 要求

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

注解

MediaFrameSource 类使用此对象来指定它生成的媒体帧的当前格式。 通过访问 CurrentFormat 属性获取媒体帧源的当前格式。 通过调用 SetFormatAsync 设置媒体帧源的当前格式。

通过访问 Format 属性获取由 MediaFrameReference 表示的媒体帧的格式

通过访问 VideoFormat 属性,然后使用返回对象的 MediaFrameFormat 属性获取 VideoMediaFrame 表示的视频帧的格式。

版本历史记录

Windows 版本 SDK 版本 已添加值
1803 17134 AudioEncodingProperties

属性

AudioEncodingProperties

获取 一个 AudioEncodingProperties 对象,该对象提供有关音频帧中音频数据的信息。 这包括音频数据的比特率、采样率和通道计数等信息。

FrameRate

获取媒体帧的帧速率。

MajorType

获取标识媒体帧的主要类型的字符串。

Properties

获取框架格式的属性映射。

Subtype

获取标识媒体帧的子类型的字符串。

VideoFormat

获取描述视频媒体帧的图像格式的 对象。

适用于