AdaptiveMediaSourceCreationResult AdaptiveMediaSourceCreationResult AdaptiveMediaSourceCreationResult AdaptiveMediaSourceCreationResult Class

Definition

Represents the result of the creation of a AdaptiveMediaSource object.

public : sealed class AdaptiveMediaSourceCreationResult : IAdaptiveMediaSourceCreationResult, IAdaptiveMediaSourceCreationResult2public sealed class AdaptiveMediaSourceCreationResult : IAdaptiveMediaSourceCreationResult, IAdaptiveMediaSourceCreationResult2Public NotInheritable Class AdaptiveMediaSourceCreationResult Implements IAdaptiveMediaSourceCreationResult, IAdaptiveMediaSourceCreationResult2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is accessed when you call one of the CreateFromStreamAsync or CreateFromUriAsync methods to create a AdaptiveMediaSource object.

For how-to guidance for using adaptive streaming in your app, see Adaptive streaming.

Properties

ExtendedError ExtendedError ExtendedError ExtendedError

Gets the extended error code associated with the creation of a AdaptiveMediaSource object.

public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
Value
HResult Exception Exception Exception

The extended error code associated with the creation of a AdaptiveMediaSource object.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

HttpResponseMessage HttpResponseMessage HttpResponseMessage HttpResponseMessage

Gets the HTTP response message, if any, returned from an attempt to create a AdaptiveMediaSource object.

public : HttpResponseMessage HttpResponseMessage { get; }public HttpResponseMessage HttpResponseMessage { get; }Public ReadOnly Property HttpResponseMessage As HttpResponseMessage// You can use this property in JavaScript.
Value
HttpResponseMessage HttpResponseMessage HttpResponseMessage HttpResponseMessage

The HTTP response message returned from an attempt to create a AdaptiveMediaSource object.

MediaSource MediaSource MediaSource MediaSource

Gets the AdaptiveMediaSource object that represents the source of adaptive streaming content.

public : AdaptiveMediaSource MediaSource { get; }public AdaptiveMediaSource MediaSource { get; }Public ReadOnly Property MediaSource As AdaptiveMediaSource// You can use this property in JavaScript.
Value
AdaptiveMediaSource AdaptiveMediaSource AdaptiveMediaSource AdaptiveMediaSource

The AdaptiveMediaSource object that represents the source of adaptive streaming content.

Status Status Status Status

Gets the status of an attempt to create a AdaptiveMediaSource object.

public : AdaptiveMediaSourceCreationStatus Status { get; }public AdaptiveMediaSourceCreationStatus Status { get; }Public ReadOnly Property Status As AdaptiveMediaSourceCreationStatus// You can use this property in JavaScript.

See Also