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