共用方式為


MediaFrameFormat 類別

定義

描述從 MediaFrameSource 取得並由 MediaFrameReference表示的媒體畫面格式。

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

取得物件,描述視訊媒體畫面的影像格式。

適用於