IMediaEncodingProperties.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得格式類型。
public:
property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = iMediaEncodingProperties.type;
Public ReadOnly Property Type As String
屬性值
格式類型。 此值可以是 標準格式 GUID 的字串表示,或是下表所列其中一個預先定義的值。
值 | 描述 |
---|---|
「Audio」 | 音訊資料流程。 若要取得音訊格式的詳細資料,請使用 AudioEncodingProperties。 |
「Container」 | 媒體容器。 |
「Image」 | 仍為影像資料。 若要取得影像格式的詳細資料,請使用 ImageEncodingProperties。 |
「影片」 | 視訊串流。 若要取得影片格式的詳細資料,請使用 VideoEncodingProperties。 |