AdaptiveMediaSourceCreationStatus Enum

Definition

Specifies the result of an attempt to create a AdaptiveMediaSource object.

public enum class AdaptiveMediaSourceCreationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AdaptiveMediaSourceCreationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AdaptiveMediaSourceCreationStatus
var value = Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationStatus.success
Public Enum AdaptiveMediaSourceCreationStatus
Inheritance
AdaptiveMediaSourceCreationStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

ManifestDownloadFailure 1

The creation of the AdaptiveMediaSource object failed as the result of a failure in downloading the adaptive streaming manifest.

ManifestParseFailure 2

The creation of the AdaptiveMediaSource object failed as the result of a failure in parsing the adaptive streaming manifest.

Success 0

The AdaptiveMediaSource object was successfully created.

UnknownFailure 6

The creation of the AdaptiveMediaSource object failed because of an unknown failure.

UnsupportedManifestContentType 3

The creation of the AdaptiveMediaSource object failed because the content of the adaptive streaming manifest is unsupported.

UnsupportedManifestProfile 5

The creation of the AdaptiveMediaSource object failed because the profile of the adaptive streaming manifest is unsupported.

UnsupportedManifestVersion 4

The creation of the AdaptiveMediaSource object failed because the version of the adaptive streaming manifest is unsupported.

Applies to