IMediaEncodingProperties.Subtype 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定格式的子類型。
public:
property Platform::String ^ Subtype { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtype();
void Subtype(winrt::hstring value);
public string Subtype { get; set; }
var string = iMediaEncodingProperties.subtype;
iMediaEncodingProperties.subtype = string;
Public Property Subtype As String
屬性值
子型別。
備註
子類型提供比 Type 屬性更明確的格式描述。 可能的值取決於實作 方法的類別。 如需詳細資訊,請參閱下列主題:
- AudioEncodingProperties.Subtype
- ContainerEncodingProperties.Subtype
- ImageEncodingProperties.Subtype
- VideoEncodingProperties.Subtype