AdaptiveMediaSource.IsContentTypeSupported(String) Metodo

Definizione

Determina se il tipo di contenuto dell'origine è supportato.

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

Parametri

contentType
String

Platform::String

winrt::hstring

Stringa che identifica il tipo di contenuto dell'origine. Può essere un tipo di contenuto Http Live Streaming (HLS) o Dynamic Adaptive Streaming tramite HTTP (DASH).

Restituisce

Boolean

bool

Restituisce un valore che indica se il tipo di contenuto dell'origine è supportato. true se supportato; in caso contrario, false.

Si applica a