AdaptiveMediaSource.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

标识源的内容类型的字符串。 可以是 http Live Streaming (HLS) 或动态自适应流式处理基于 HTTP (DASH) 内容类型。

返回

Boolean

bool

返回一个值,该值指示是否支持源的内容类型。 如果支持,则为 true;否则为 false

适用于