共用方式為


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) 或透過 HTTP (DASH 動態自適性串流) 內容類型。

傳回

Boolean

bool

傳回值,指出是否支援來源的內容類型。 如果支援,則為true;否則為false

適用於