次の方法で共有


MediaCaptureVideoProfileMediaDescription.Subtype プロパティ

定義

メディア プロファイルでサポートされているメディア エンコード サブタイプの標準名 ("Aac"、"Jpeg"、"Hevc" など) を含む文字列を取得します。

public:
 property Platform::String ^ Subtype { Platform::String ^ get(); };
winrt::hstring Subtype();
public string Subtype { get; }
var string = mediaCaptureVideoProfileMediaDescription.subtype;
Public ReadOnly Property Subtype As String

プロパティ値

String

Platform::String

winrt::hstring

メディア プロファイルでサポートされているメディア エンコード サブタイプの標準名を含む文字列。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象