mirror of
https://github.com/taglib/taglib.git
synced 2025-09-15 01:34:17 -04:00
@ -760,6 +760,11 @@ MP4::Tag::setTrack(uint value)
|
||||
d->items["trkn"] = MP4::Item(value, 0);
|
||||
}
|
||||
|
||||
bool MP4::Tag::isEmpty() const
|
||||
{
|
||||
return d->items.isEmpty();
|
||||
}
|
||||
|
||||
MP4::ItemListMap &
|
||||
MP4::Tag::itemListMap()
|
||||
{
|
||||
|
@ -65,6 +65,8 @@ namespace TagLib {
|
||||
void setYear(uint value);
|
||||
void setTrack(uint value);
|
||||
|
||||
virtual bool isEmpty() const;
|
||||
|
||||
ItemListMap &itemListMap();
|
||||
|
||||
PropertyMap properties() const;
|
||||
|
Reference in New Issue
Block a user