[][src]Function flac_sys::FLAC__format_seektable_is_legal

pub unsafe extern "C" fn FLAC__format_seektable_is_legal(
    seek_table: *const FLAC__StreamMetadata_SeekTable
) -> FLAC__bool

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

\param seek_table A pointer to a seek table to be checked. \assert \code seek_table != NULL \endcode \retval FLAC__bool \c false if seek table is illegal, else \c true.