AdaptiveMediaSourceCreationResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示建立 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
當您呼叫其中一個 CreateFromStreamAsync 或 CreateFromUriAsync 方法來建立 AdaptiveMediaSource 物件時,就會存取此物件。
如需在應用程式中使用自適性串流的作法指引,請參閱 調適型串流。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1703 | 15063 | ExtendedError |
屬性
ExtendedError |
取得與 建立 AdaptiveMediaSource 物件相關聯的擴充錯誤碼。 |
HttpResponseMessage |
取得 HTTP 回應訊息,如果有的話,從嘗試建立 AdaptiveMediaSource 物件傳回。 |
MediaSource |
取得 AdaptiveMediaSource 物件,表示調適型串流內容的來源。 |
Status |
取得嘗試建立 AdaptiveMediaSource 物件的狀態。 |