mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id()
This commit is contained in:
@@ -777,6 +777,9 @@ namespace FLAC {
|
||||
|
||||
//! See FLAC__metadata_object_cuesheet_is_legal()
|
||||
bool is_legal(bool check_cd_da_subset = false, const char **violation = 0) const;
|
||||
|
||||
//! See FLAC__metadata_object_cuesheet_calculate_cddb_id()
|
||||
FLAC__uint32 calculate_cddb_id() const;
|
||||
};
|
||||
|
||||
/** Opaque metadata block for storing unknown types.
|
||||
@@ -859,6 +862,10 @@ namespace FLAC {
|
||||
FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags);
|
||||
FLACPP_API bool get_tags(const char *filename, VorbisComment &tags);
|
||||
|
||||
//! See FLAC__metadata_get_cuesheet().
|
||||
FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet);
|
||||
FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet);
|
||||
|
||||
/* \} */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user