Value | Meaning |
---|---|
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. |
Page generated by adrdox
Return values for the FLAC__StreamEncoder read callback.