cannam@86: cannam@86: cannam@86: FLAC: include/FLAC++/metadata.h File Reference cannam@86: cannam@86: cannam@86: cannam@86:
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
cannam@86: cannam@86:

metadata.h File Reference


Detailed Description

cannam@86: This module provides classes for creating and manipulating FLAC metadata blocks in memory, and three progressively more powerful interfaces for traversing and editing metadata in FLAC files. 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. cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86:

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)
cannam@86: cannam@86:


cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: