|
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.
◆ get_streaminfo()
bool FLAC::Metadata::get_streaminfo |
( |
const char * |
filename, |
|
|
StreamInfo & |
streaminfo |
|
) |
| |
◆ get_tags() [1/2]
bool FLAC::Metadata::get_tags |
( |
const char * |
filename, |
|
|
VorbisComment *& |
tags |
|
) |
| |
◆ get_tags() [2/2]
bool FLAC::Metadata::get_tags |
( |
const char * |
filename, |
|
|
VorbisComment & |
tags |
|
) |
| |
◆ get_cuesheet() [1/2]
bool FLAC::Metadata::get_cuesheet |
( |
const char * |
filename, |
|
|
CueSheet *& |
cuesheet |
|
) |
| |
◆ get_cuesheet() [2/2]
bool FLAC::Metadata::get_cuesheet |
( |
const char * |
filename, |
|
|
CueSheet & |
cuesheet |
|
) |
| |
◆ get_picture() [1/2]
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 |
|
) |
| |
◆ get_picture() [2/2]
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 |
|
) |
| |