AudioDeviceNodeCreationStatus 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.
Defines status values for audio device node creation.
public enum class AudioDeviceNodeCreationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AudioDeviceNodeCreationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AudioDeviceNodeCreationStatus
var value = Windows.Media.Audio.AudioDeviceNodeCreationStatus.success
Public Enum AudioDeviceNodeCreationStatus
- Inheritance
-
AudioDeviceNodeCreationStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Audio device node creation succeeded. |
DeviceNotAvailable | 1 | The audio device is not available. |
FormatNotSupported | 2 | The format for audio device node creation is not supported. |
UnknownFailure | 3 | An unknown failure occurred in creation of the audio device node. |
AccessDenied | 4 | Access to the audio device was denied. |