Share via


VideoFrame.Type プロパティ

定義

ビデオ フレームに含まれるビデオ データの種類を示す文字列を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ビデオ フレームに含まれるビデオ データの種類を示す文字列。

実装

適用対象