Searched refs:cuesheet (Results 1 - 2 of 2) sorted by relevance

/external/flac/include/FLAC/
H A Dmetadata.h183 * \param cuesheet The address where the returned pointer will be
184 * stored. The \a cuesheet object must be deleted by
188 * \code cuesheet != NULL \endcode
191 * and \a *cuesheet will be set to the address of the metadata
194 * block, and \a *cuesheet will be set to \c NULL.
196 FLAC_API FLAC__bool FLAC__metadata_get_cuesheet(const char *filename, FLAC__StreamMetadata **cuesheet);
2075 * if the cuesheet's is_cd bit is not set.
/external/flac/libFLAC/
H A Dmetadata_iterators.c244 FLAC_API FLAC__bool FLAC__metadata_get_cuesheet(const char *filename, FLAC__StreamMetadata **cuesheet) argument
247 FLAC__ASSERT(0 != cuesheet);
249 *cuesheet = get_one_metadata_block_(filename, FLAC__METADATA_TYPE_CUESHEET);
251 return 0 != *cuesheet;

Completed in 72 milliseconds