|
|
#include <flacunknownmetadatablock.h>


Public Member Functions | |
| UnknownMetadataBlock (int blockType, const ByteVector &data) | |
| ~UnknownMetadataBlock () | |
| int | code () const |
| void | setCode (int code) |
| ByteVector | data () const |
| void | setData (const ByteVector &data) |
| ByteVector | render () const |
| TagLib::FLAC::UnknownMetadataBlock::UnknownMetadataBlock | ( | int | blockType, |
| const ByteVector & | data | ||
| ) |
| int TagLib::FLAC::UnknownMetadataBlock::code | ( | ) | const [virtual] |
Returns the FLAC metadata block type.
Implements TagLib::FLAC::MetadataBlock.
Returns the FLAC metadata block type.
| ByteVector TagLib::FLAC::UnknownMetadataBlock::render | ( | ) | const [virtual] |
Render the content of the block.
Implements TagLib::FLAC::MetadataBlock.
| void TagLib::FLAC::UnknownMetadataBlock::setCode | ( | int | code | ) |
Sets the FLAC metadata block type.
| void TagLib::FLAC::UnknownMetadataBlock::setData | ( | const ByteVector & | data | ) |
Sets the FLAC metadata block type.