[][src]Function flac_sys::FLAC__metadata_simple_iterator_status

pub unsafe extern "C" fn FLAC__metadata_simple_iterator_status(
    iterator: *mut FLAC__Metadata_SimpleIterator
) -> FLAC__Metadata_SimpleIteratorStatus

Get the current status of the iterator. Call this after a function returns \c false to get the reason for the error. Also resets the status to FLAC__METADATA_SIMPLE_ITERATOR_STATUS_OK.

\param iterator A pointer to an existing iterator. \assert \code iterator != NULL \endcode \retval FLAC__Metadata_SimpleIteratorStatus The current status of the iterator.