FLAC__StreamEncoderReadStatus

Return values for the FLAC__StreamEncoder read callback.

Values

ValueMeaning
FLAC__STREAM_ENCODER_READ_STATUS_CONTINUE
FLAC__STREAM_ENCODER_READ_STATUS_END_OF_STREAM

< The read was OK and decoding can continue.

FLAC__STREAM_ENCODER_READ_STATUS_ABORT

< The read was attempted at the end of the stream.

FLAC__STREAM_ENCODER_READ_STATUS_UNSUPPORTED

< An unrecoverable error occurred.

Meta