Chris@1: Chris@1:
Chris@1:Chris@1: See the detailed documentation for each interface in the metadata module. Chris@1:
Chris@1: #include "export.h"
Chris@1: #include "FLAC/metadata.h"
Chris@1:
Chris@1:
Chris@1: 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) |