B | |
Bad_header [Flac.Decoder] |
The decoder encountered a corrupted frame header.
|
F | |
Frame_crc_mismatch [Flac.Decoder] |
The frame's data did not match the CRC in the footer.
|
I | |
Internal [Flac] |
Raised when an internal error occured.
|
Invalid_data [Flac.Encoder] |
Raised when submiting invalid data to
encode
|
L | |
Lost_sync [Flac.Decoder] |
An error in the stream caused the decoder to lose synchronization.
|
N | |
Not_flac [Flac.Decoder] |
Raised if trying to decode a stream that
is not flac.
|
U | |
Unparseable_stream [Flac.Decoder] |
The decoder encountered reserved fields in use in the stream.
|