MediaElement.CanPlayType(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 MediaElement 및 해당 클라이언트 구성이 해당 미디어 원본을 재생할 수 있는 가능성을 설명하는 열거형 값을 반환합니다.
public:
virtual MediaCanPlayResponse CanPlayType(Platform::String ^ type) = CanPlayType;
MediaCanPlayResponse CanPlayType(winrt::hstring const& type);
public MediaCanPlayResponse CanPlayType(string type);
function canPlayType(type)
Public Function CanPlayType (type As String) As MediaCanPlayResponse
매개 변수
- type
-
String
Platform::String
winrt::hstring
원하는 형식을 MIME 문자열로 설명하는 문자열입니다.
반환
현재 미디어 엔진이 원본을 재생할 수 있는 가능성을 설명하는 열거형의 값입니다.