add ..._get_resolved_state_string() convenience function

This commit is contained in:
Josh Coalson
2002-11-08 06:06:37 +00:00
parent d9b6e335ca
commit 9c2a011d46
6 changed files with 28 additions and 0 deletions

View File

@@ -451,6 +451,9 @@ FLAC_API FLAC__SeekableStreamDecoderState FLAC__file_decoder_get_seekable_stream
*/
FLAC_API FLAC__StreamDecoderState FLAC__file_decoder_get_stream_decoder_state(const FLAC__FileDecoder *decoder);
/*@@@@ document */
FLAC_API const char *FLAC__file_decoder_get_resolved_state_string(const FLAC__FileDecoder *decoder);
/** Get the "MD5 signature checking" flag.
* This is inherited from FLAC__SeekableStreamDecoder; see
* FLAC__seekable_stream_decoder_get_md5_checking().