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

適用対象