FLAC 1.5.0
Free Lossless Audio Codec
|
Topics | |
FLAC++/metadata.h: metadata level 1 interface | |
Functions | |
bool | FLAC::Metadata::get_streaminfo (const char *filename, StreamInfo &streaminfo) |
bool | FLAC::Metadata::get_tags (const char *filename, VorbisComment *&tags) |
bool | FLAC::Metadata::get_tags (const char *filename, VorbisComment &tags) |
bool | FLAC::Metadata::get_cuesheet (const char *filename, CueSheet *&cuesheet) |
bool | FLAC::Metadata::get_cuesheet (const char *filename, CueSheet &cuesheet) |
bool | FLAC::Metadata::get_picture (const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors) |
bool | FLAC::Metadata::get_picture (const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors) |
Level 0 metadata iterators.
See the C layer equivalent for more.
bool FLAC::Metadata::get_streaminfo | ( | const char * | filename, |
StreamInfo & | streaminfo ) |
See FLAC__metadata_get_streaminfo().
References FLACPP_API.
bool FLAC::Metadata::get_tags | ( | const char * | filename, |
VorbisComment *& | tags ) |
See FLAC__metadata_get_tags().
References FLACPP_API.
bool FLAC::Metadata::get_tags | ( | const char * | filename, |
VorbisComment & | tags ) |
See FLAC__metadata_get_tags().
References FLACPP_API.
bool FLAC::Metadata::get_cuesheet | ( | const char * | filename, |
CueSheet *& | cuesheet ) |
See FLAC__metadata_get_cuesheet().
References FLACPP_API.
bool FLAC::Metadata::get_cuesheet | ( | const char * | filename, |
CueSheet & | cuesheet ) |
See FLAC__metadata_get_cuesheet().
References FLACPP_API.
bool FLAC::Metadata::get_picture | ( | const char * | filename, |
Picture *& | picture, | ||
::FLAC__StreamMetadata_Picture_Type | type, | ||
const char * | mime_type, | ||
const FLAC__byte * | description, | ||
uint32_t | max_width, | ||
uint32_t | max_height, | ||
uint32_t | max_depth, | ||
uint32_t | max_colors ) |
See FLAC__metadata_get_picture().
References FLACPP_API.
bool FLAC::Metadata::get_picture | ( | const char * | filename, |
Picture & | picture, | ||
::FLAC__StreamMetadata_Picture_Type | type, | ||
const char * | mime_type, | ||
const FLAC__byte * | description, | ||
uint32_t | max_width, | ||
uint32_t | max_height, | ||
uint32_t | max_depth, | ||
uint32_t | max_colors ) |
See FLAC__metadata_get_picture().
References FLACPP_API.