次の方法で共有


VideoEncodingProperties.Type プロパティ

定義

書式の種類を取得します。

public:
 property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = videoEncodingProperties.type;
Public ReadOnly Property Type As String

プロパティ値

String

Platform::String

winrt::hstring

形式の種類。 ビデオ ストリームの場合、形式の種類は "Video" です。

実装

適用対象