FLAC__StreamDecoderInitStatus

Possible return values for the FLAC__stream_decoder_init_*() functions.

Values

ValueMeaning
FLAC__STREAM_DECODER_INIT_STATUS_OK0
FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER

< Initialization was successful.

FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS

< The library was not compiled with support for the given container format.

FLAC__STREAM_DECODER_INIT_STATUS_MEMORY_ALLOCATION_ERROR

< A required callback was not supplied.

FLAC__STREAM_DECODER_INIT_STATUS_ERROR_OPENING_FILE

< An error occurred allocating memory.

FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED

< fopen() failed in FLAC__stream_decoder_init_file() or * FLAC__stream_decoder_init_ogg_file().

Meta