MediaFrameFormat.Subtype 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,識別媒體框架的子類型。
public:
property Platform::String ^ Subtype { Platform::String ^ get(); };
winrt::hstring Subtype();
public string Subtype { get; }
var string = mediaFrameFormat.subtype;
Public ReadOnly Property Subtype As String
屬性值
識別媒體框架子類型的字串。
備註
此屬性的值是由 MediaEncodingSubtypes 類別的屬性所定義的其中一個字串。 如果找不到子類型的易記名稱,子類型的 GUID 會以純文字格式傳回。