AudioEncodingProperties.Type プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

実装

適用対象