![]() |
Miam-Player
0.8.0
A nice music player
|
#include <flacmetadatablock.h>
Public Types | |
| enum | BlockType { StreamInfo = 0, Padding, Application, SeekTable, VorbisComment, CueSheet, Picture } |
Public Member Functions | |
| MetadataBlock () | |
| virtual | ~MetadataBlock () |
| virtual int | code () const =0 |
| Returns the FLAC metadata block type. More... | |
| virtual ByteVector | render () const =0 |
| Render the content of the block. More... | |
| TagLib::FLAC::MetadataBlock::MetadataBlock | ( | ) |
|
virtual |
|
pure virtual |
Returns the FLAC metadata block type.
Implemented in TagLib::FLAC::Picture.
|
pure virtual |
Render the content of the block.
Implemented in TagLib::FLAC::Picture.