다음을 통해 공유


IMediaEncodingProperties.Subtype 속성

정의

형식의 하위 형식을 가져오거나 설정합니다.

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

속성 값

String

Platform::String

winrt::hstring

하위 형식입니다.

설명

하위 형식은 Type 속성보다 형식에 대한 보다 구체적인 설명을 제공합니다. 가능한 값은 메서드를 구현하는 클래스에 따라 달라집니다. 자세한 내용은 아래 항목을 참조하세요.

적용 대상