다음을 통해 공유


MseStreamSource.IsContentTypeSupported(String) 메서드

정의

콘텐츠 형식이 지원되는지 여부를 지정합니다.

public:
 static bool IsContentTypeSupported(Platform::String ^ contentType);
 static bool IsContentTypeSupported(winrt::hstring const& contentType);
public static bool IsContentTypeSupported(string contentType);
function isContentTypeSupported(contentType)
Public Shared Function IsContentTypeSupported (contentType As String) As Boolean

매개 변수

contentType
String

Platform::String

winrt::hstring

콘텐츠 형식을 설명하는 문자열입니다.

반환

Boolean

bool

contentType에 지정된 콘텐츠 형식이 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상