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 ライブ ストリーミング (HLS) または動的アダプティブ ストリーミング over HTTP (DASH) コンテンツ タイプを指定できます。
戻り値
Boolean
bool
ソースのコンテンツ タイプがサポートされているかどうかを示す値を返します。 サポートされている場合は true。それ以外の場合は false。