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

适用于