MediaFrameSourceSetPropertyStatus MediaFrameSourceSetPropertyStatus MediaFrameSourceSetPropertyStatus MediaFrameSourceSetPropertyStatus Enum

Definition

Specifies the result of a MediaFrameSourceController.SetPropertyAsync operation.

public : enum class MediaFrameSourceSetPropertyStatuspublic enum MediaFrameSourceSetPropertyStatusPublic Enum MediaFrameSourceSetPropertyStatus// 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.

InvalidValue InvalidValue InvalidValue InvalidValue

The operation failed because the supplied value is not valid for the specified property.

NotInControl NotInControl NotInControl NotInControl

The operation failed because the media frame source was not opened with SharingMode set to ExclusiveControl.

NotSupported NotSupported NotSupported NotSupported

The operation failed because specified property 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.