|
FLAC
1.3.1
|
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, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned 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, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned 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().
Referenced by FLAC::Metadata::Unknown::operator!=().
| bool FLAC::Metadata::get_tags | ( | const char * | filename, |
| VorbisComment *& | tags | ||
| ) |
| bool FLAC::Metadata::get_tags | ( | const char * | filename, |
| VorbisComment & | tags | ||
| ) |
See FLAC__metadata_get_tags().
Referenced by FLAC::Metadata::Unknown::operator!=().
| bool FLAC::Metadata::get_cuesheet | ( | const char * | filename, |
| CueSheet *& | cuesheet | ||
| ) |
| bool FLAC::Metadata::get_cuesheet | ( | const char * | filename, |
| CueSheet & | cuesheet | ||
| ) |
See FLAC__metadata_get_cuesheet().
Referenced by FLAC::Metadata::Unknown::operator!=().
| bool FLAC::Metadata::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 FLAC::Metadata::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 | ||
| ) |
See FLAC__metadata_get_picture().
Referenced by FLAC::Metadata::Unknown::operator!=().
| Copyright (c) 2000-2009 Josh Coalson Copyright (c) 2011-2014 Xiph.Org Foundation |