#include <metadata.h>
VORBIS_COMMENT metadata block. See the overview for more, and the format specification.
◆ VorbisComment() [1/4]
FLAC::Metadata::VorbisComment::VorbisComment |
( |
const VorbisComment & |
object | ) |
|
|
inline |
Constructs a copy of the given object. This form always performs a deep copy.
◆ VorbisComment() [2/4]
Constructs a copy of the given object. This form always performs a deep copy.
◆ VorbisComment() [3/4]
Constructs a copy of the given object. This form always performs a deep copy.
◆ VorbisComment() [4/4]
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ assign()
◆ operator==() [1/3]
bool FLAC::Metadata::VorbisComment::operator== |
( |
const VorbisComment & |
object | ) |
const |
|
inline |
◆ operator==() [2/3]
◆ operator==() [3/3]
◆ operator!=() [1/3]
bool FLAC::Metadata::VorbisComment::operator!= |
( |
const VorbisComment & |
object | ) |
const |
|
inline |
◆ operator!=() [2/3]
◆ operator!=() [3/3]
◆ set_vendor_string()
bool FLAC::Metadata::VorbisComment::set_vendor_string |
( |
const FLAC__byte * |
string | ) |
|
◆ resize_comments()
bool FLAC::Metadata::VorbisComment::resize_comments |
( |
uint32_t |
new_num_comments | ) |
|
◆ set_comment()
bool FLAC::Metadata::VorbisComment::set_comment |
( |
uint32_t |
index, |
|
|
const Entry & |
entry |
|
) |
| |
◆ insert_comment()
bool FLAC::Metadata::VorbisComment::insert_comment |
( |
uint32_t |
index, |
|
|
const Entry & |
entry |
|
) |
| |
◆ append_comment()
bool FLAC::Metadata::VorbisComment::append_comment |
( |
const Entry & |
entry | ) |
|
◆ replace_comment()
bool FLAC::Metadata::VorbisComment::replace_comment |
( |
const Entry & |
entry, |
|
|
bool |
all |
|
) |
| |
◆ delete_comment()
bool FLAC::Metadata::VorbisComment::delete_comment |
( |
uint32_t |
index | ) |
|
◆ find_entry_from()
int FLAC::Metadata::VorbisComment::find_entry_from |
( |
uint32_t |
offset, |
|
|
const char * |
field_name |
|
) |
| |
◆ remove_entry_matching()
int FLAC::Metadata::VorbisComment::remove_entry_matching |
( |
const char * |
field_name | ) |
|
◆ remove_entries_matching()
int FLAC::Metadata::VorbisComment::remove_entries_matching |
( |
const char * |
field_name | ) |
|
◆ assign_object()
◆ clear()
virtual void FLAC::Metadata::Prototype::clear |
( |
| ) |
|
|
protectedvirtualinherited |
◆ get_is_last()
bool FLAC::Metadata::Prototype::get_is_last |
( |
| ) |
const |
|
inherited |
Returns true
if this block is the last block in a stream, else false
.
- Assertions:\n
-
◆ get_type()
Returns the type of the block.
- Assertions:\n
-
◆ get_length()
uint32_t FLAC::Metadata::Prototype::get_length |
( |
| ) |
const |
|
inherited |
Returns the stream length of the metadata block.
- Note
- The length does not include the metadata block header, per spec.
- Assertions:\n
-
◆ set_is_last()
void FLAC::Metadata::Prototype::set_is_last |
( |
bool |
| ) |
|
|
inherited |
Sets the "is_last" flag for the block. When using the iterators it is not necessary to set this flag; they will do it for you.
- Assertions:\n
-
The documentation for this class was generated from the following file:
- E:/mingwbuild/mingw-w64-flac/src/flac-1.3.3/include/FLAC++/metadata.h