AdaptiveMediaSourceCreationResult 類別

定義

表示建立 AdaptiveMediaSource 物件的結果。

public ref class AdaptiveMediaSourceCreationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AdaptiveMediaSourceCreationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AdaptiveMediaSourceCreationResult
Public NotInheritable Class AdaptiveMediaSourceCreationResult
繼承
Object Platform::Object IInspectable AdaptiveMediaSourceCreationResult
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

當您呼叫其中一個 CreateFromStreamAsyncCreateFromUriAsync 方法來建立 AdaptiveMediaSource 物件時,就會存取此物件。

如需在應用程式中使用自適性串流的作法指引,請參閱 調適型串流

版本歷程記錄

Windows 版本 SDK 版本 新增值
1703 15063 ExtendedError

屬性

ExtendedError

取得與 建立 AdaptiveMediaSource 物件相關聯的擴充錯誤碼。

HttpResponseMessage

取得 HTTP 回應訊息,如果有的話,從嘗試建立 AdaptiveMediaSource 物件傳回。

MediaSource

取得 AdaptiveMediaSource 物件,表示調適型串流內容的來源。

Status

取得嘗試建立 AdaptiveMediaSource 物件的狀態。

適用於

另請參閱