AudioFileNodeCreationStatus
AudioFileNodeCreationStatus
AudioFileNodeCreationStatus
AudioFileNodeCreationStatus
Enum
Definition
Defines status values for audio file node creation.
public : enum class AudioFileNodeCreationStatuspublic enum AudioFileNodeCreationStatusPublic Enum AudioFileNodeCreationStatus// 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
| FileNotFound FileNotFound FileNotFound FileNotFound | The audio file used to create the node was not found. |
| FormatNotSupported FormatNotSupported FormatNotSupported FormatNotSupported | The format of the audio file is not supported. |
| InvalidFileType InvalidFileType InvalidFileType InvalidFileType | The audio file for node creation has an invalid file type. |
| Success Success Success Success | Creation of the audio file node succeeded. |
| UnknownFailure UnknownFailure UnknownFailure UnknownFailure | An unknown failure occurred during creation of the audio file node. |