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 ライブ ストリーミング (HLS) または動的アダプティブ ストリーミング over HTTP (DASH) コンテンツ タイプを指定できます。

戻り値

Boolean

bool

ソースのコンテンツ タイプがサポートされているかどうかを示す値を返します。 サポートされている場合は true。それ以外の場合は false

適用対象