Interface: FLAC__StreamDecoderErrorStatus

Flac. FLAC__StreamDecoderErrorStatus

Decoding error codes.
If the error code is not known, value FLAC__STREAM_DECODER_ERROR__UNKNOWN__ is used.
Properties:
Name Type Description
0 "FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC" An error in the stream caused the decoder to lose synchronization.
1 "FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER" The decoder encountered a corrupted frame header.
2 "FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH" The frame's data did not match the CRC in the footer.
3 "FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM" The decoder encountered reserved fields in use in the stream.