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) 或透過 HTTP (DASH 動態自適性串流) 內容類型。
傳回
Boolean
bool
傳回值,指出是否支援來源的內容類型。 如果支援,則為true;否則為false。