AdaptiveMediaSource.IsContentTypeSupported(String) Método

Definición

Determina si se admite el tipo de contenido del origen.

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

Parámetros

contentType
String

Platform::String

winrt::hstring

Cadena que identifica el tipo de contenido del origen. Puede ser un tipo de contenido Http Live Streaming (HLS) o Streaming adaptable dinámico a través de HTTP (DASH).

Devoluciones

Boolean

bool

Devuelve un valor que indica si se admite el tipo de contenido del origen. true si se admite; de lo contrario, false.

Se aplica a