cannam@86: cannam@86:
cannam@86:cannam@86: See the detailed documentation for each interface in the metadata module. cannam@86:
cannam@86: #include "export.h"
cannam@86: #include "FLAC/metadata.h"
cannam@86:
cannam@86:
cannam@86: Go to the source code of this file.
Namespaces | |
namespace | FLAC |
namespace | FLAC::Metadata |
Functions | |
Prototype * | clone (const Prototype *) |
bool | get_streaminfo (const char *filename, StreamInfo &streaminfo) |
bool | get_tags (const char *filename, VorbisComment *&tags) |
bool | get_tags (const char *filename, VorbisComment &tags) |
bool | get_cuesheet (const char *filename, CueSheet *&cuesheet) |
bool | get_cuesheet (const char *filename, CueSheet &cuesheet) |
bool | get_picture (const char *filename, Picture *&picture,::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) |
bool | get_picture (const char *filename, Picture &picture,::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) |