AudioFileError Enum

Definition

The error codes returned by AudioFile.

public enum AudioFileError
type AudioFileError = 
Inheritance
AudioFileError

Fields

Name Value Description
FileNotFound -43

File not found.

FilePosition -40

Invalid file position.

EndOfFile -39

The end of file.

FileNotOpen -38

The file is not opened.

Success 0
BadPropertySize 561211770

The size of the property data was invalid.

InvalidChunk 1667787583

The chunk does not exist or is not supported by the file.

InvalidFile 1685348671

The file is invalid.

UnsupportedDataFormat 1718449215

The data format is not supported.

DoesNotAllow64BitDataSize 1868981823

The a file offset was too large for the file type.

OperationNotSupported 1869627199
NotOptimized 1869640813

The file must be optimized in order to write more audio data.

InvalidPacketOffset 1885563711

A packet offset is not valid.

Permissions 1886547263
UnsupportedProperty 1886681407

The property is not supported.

UnsupportedFileType 1954115647

The file type is not supported.

Unspecified 2003334207

An unspecified error has occurred.

Applies to