MediaFrameReaderStartStatus MediaFrameReaderStartStatus MediaFrameReaderStartStatus MediaFrameReaderStartStatus Enum

Definition

Specifies the result of a call to StartAsync to start the reading of media frames by a MediaFrameReader.

public : enum class MediaFrameReaderStartStatuspublic enum MediaFrameReaderStartStatusPublic Enum MediaFrameReaderStartStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable

The operation failed because the media frame source device is unavailable.

ExclusiveControlNotAvailable ExclusiveControlNotAvailable ExclusiveControlNotAvailable ExclusiveControlNotAvailable
OutputFormatNotSupported OutputFormatNotSupported OutputFormatNotSupported OutputFormatNotSupported

The operation failed because the requested output format is not supported by the media frame source.

Success Success Success Success

The operation was successful.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

The operation failed for an unknown reason.