Collection of attached files. More...
#include <matroskaattachments.h>
Public Types | |
| using | AttachedFileList = List< AttachedFile > |
| List of attached files. | |
Public Member Functions | |
| Attachments () | |
| Construct attachments. | |
| virtual | ~Attachments () |
| Destroy attachments. | |
| void | addAttachedFile (const AttachedFile &file) |
| Add an attached file. | |
| void | removeAttachedFile (unsigned long long uid) |
| Remove an attached file. | |
| void | clear () |
| Remove all attached files. | |
| const AttachedFileList & | attachedFileList () const |
| Get list of all attached files. | |
Friends | |
| class | EBML::MkAttachments |
| class | File |
Collection of attached files.
List of attached files.
| TagLib::Matroska::Attachments::Attachments | ( | ) |
Construct attachments.
|
virtual |
Destroy attachments.
| void TagLib::Matroska::Attachments::addAttachedFile | ( | const AttachedFile & | file | ) |
Add an attached file.
| const AttachedFileList & TagLib::Matroska::Attachments::attachedFileList | ( | ) | const |
Get list of all attached files.
| void TagLib::Matroska::Attachments::clear | ( | ) |
Remove all attached files.
Remove an attached file.