AudioFileError Enum

Definition

The error codes returned by AudioFile.

public enum AudioFileError
type AudioFileError = 
Inheritance
AudioFileError

Fields

BadPropertySize 561211770

The size of the property data was invalid.

DoesNotAllow64BitDataSize 1868981823

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

EndOfFile -39

The end of file.

FileNotFound -43

File not found.

FileNotOpen -38

The file is not opened.

FilePosition -40

Invalid file position.

InvalidChunk 1667787583

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

InvalidFile 1685348671

The file is invalid.

InvalidPacketOffset 1885563711

A packet offset is not valid.

NotOptimized 1869640813

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

OperationNotSupported 1869627199
Permissions 1886547263
Success 0
Unspecified 2003334207

An unspecified error has occurred.

UnsupportedDataFormat 1718449215

The data format is not supported.

UnsupportedFileType 1954115647

The file type is not supported.

UnsupportedProperty 1886681407

The property is not supported.

Applies to