次の方法で共有


IMediaFrame.Type プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象