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