AdaptiveMediaSourceCreationStatus AdaptiveMediaSourceCreationStatus AdaptiveMediaSourceCreationStatus AdaptiveMediaSourceCreationStatus Enum

Definition

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

public : enum class AdaptiveMediaSourceCreationStatuspublic enum AdaptiveMediaSourceCreationStatusPublic Enum AdaptiveMediaSourceCreationStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

ManifestDownloadFailure ManifestDownloadFailure ManifestDownloadFailure ManifestDownloadFailure

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

ManifestParseFailure ManifestParseFailure ManifestParseFailure ManifestParseFailure

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

Success Success Success Success

The AdaptiveMediaSource object was successfully created.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

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

UnsupportedManifestContentType UnsupportedManifestContentType UnsupportedManifestContentType UnsupportedManifestContentType

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

UnsupportedManifestProfile UnsupportedManifestProfile UnsupportedManifestProfile UnsupportedManifestProfile

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

UnsupportedManifestVersion UnsupportedManifestVersion UnsupportedManifestVersion UnsupportedManifestVersion

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