[][src]Function flac_sys::FLAC__stream_decoder_get_resolved_state_string

pub unsafe extern "C" fn FLAC__stream_decoder_get_resolved_state_string(
    decoder: *const FLAC__StreamDecoder
) -> *const c_char

Get the current decoder state as a C string.

\param decoder A decoder instance to query. \assert \code decoder != NULL \endcode \retval const char * The decoder state as a C string. Do not modify the contents.