ExtAudioFileError 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.
An enumeration whose values indicate various errors relating to ExtAudioFiles.
public enum ExtAudioFileError
type ExtAudioFileError =
- Inheritance
-
ExtAudioFileError
Fields
Name | Value | Description |
---|---|---|
AsyncWriteBufferOverflow | -66570 | |
AsyncWriteTooLarge | -66569 | |
InvalidSeek | -66568 | |
MaxPacketSizeUnknown | -66567 | |
InvalidDataFormat | -66566 | |
InvalidOperationOrder | -66565 | |
InvalidChannelMap | -66564 | |
NonPCMClientFormat | -66563 | |
InvalidPropertySize | -66562 | |
InvalidProperty | -66561 | |
CodecUnavailableInputNotConsumed | -66560 | |
CodecUnavailableInputConsumed | -66559 | |
FilePermissionError | -54 | |
FileNotFoundError | -43 | |
TooManyFilesOpenError | -42 | |
PositionError | -40 | |
EndOfFileError | -39 | |
NotOpenError | -38 | |
OK | 0 | |
BadFilePathError | 561017960 |