[][src]Function flac_sys::FLAC__metadata_object_seektable_is_legal

pub unsafe extern "C" fn FLAC__metadata_object_seektable_is_legal(
    object: *const FLAC__StreamMetadata
) -> FLAC__bool

Check a seektable to see if it conforms to the FLAC specification. See the format specification for limits on the contents of the seektable.

\param object A pointer to an existing SEEKTABLE object. \assert \code object != NULL \endcode \code object->type == FLAC__METADATA_TYPE_SEEKTABLE \endcode \retval FLAC__bool \c false if seek table is illegal, else \c true.