AdaptiveMediaSource.IsContentTypeSupported(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否支持源的内容类型。
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。