MultiSourceMediaFrameReaderStartStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of a MultiSourceMediaFrameReader start operation. A value from this enumeration is returned by the MultiSourceMediaFrameReader.StartAsync method.
public enum class MultiSourceMediaFrameReaderStartStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class MultiSourceMediaFrameReaderStartStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum MultiSourceMediaFrameReaderStartStatus
var value = Windows.Media.Capture.Frames.MultiSourceMediaFrameReaderStartStatus.success
Public Enum MultiSourceMediaFrameReaderStartStatus
- Inheritance
-
MultiSourceMediaFrameReaderStartStatus
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The frame reader was started successfully. |
NotSupported | 1 | MultiSourceMediaFrameReader is not supported for the current device. |
InsufficientResources | 2 | The reader could not be started due to insufficient system resources. |
DeviceNotAvailable | 3 | The reader could not be started because the capture device is unavailable. |
UnknownFailure | 4 | There was an unknown failure |