[][src]Function flac_sys::FLAC__metadata_object_cuesheet_calculate_cddb_id

pub unsafe extern "C" fn FLAC__metadata_object_cuesheet_calculate_cddb_id(
    object: *const FLAC__StreamMetadata
) -> FLAC__uint32

Calculate and return the CDDB/freedb ID for a cue sheet. The function assumes the cue sheet corresponds to a CD; the result is undefined if the cuesheet's is_cd bit is not set.

\param object A pointer to an existing CUESHEET object. \assert \code object != NULL \endcode \code object->type == FLAC__METADATA_TYPE_CUESHEET \endcode \retval FLAC__uint32 The unsigned integer representation of the CDDB/freedb ID