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

获取尝试创建 AdaptiveMediaSource 对象时返回的 HTTP 响应消息(如果有)。

MediaSource

获取表示自适应流式处理内容的源的 AdaptiveMediaSource 对象。

Status

获取尝试创建 AdaptiveMediaSource 对象的状态。

适用于

另请参阅