AVBlocks for C++
1.9
Audio and Video Software Development Kit
|
Metadata describes meta information that is part of an audio or video file. More...
Inherits Reference.
Public Member Functions | |
virtual MetaAttributeList * | attributes () const =0 |
Returns a modifiable collection with all the attributes in the Metadata object. | |
virtual MetaPictureList * | pictures () const =0 |
Returns a modifiable collection with all the pictures in the Metadata object. | |
Protected Member Functions | |
virtual | ~Metadata () |
This object can be destroyed only by the library that has created it. |
Metadata describes meta information that is part of an audio or video file.
It can hold various textual information and images.
virtual ~Metadata | ( | ) | [protected, virtual] |
This object can be destroyed only by the library that has created it.
virtual MetaAttributeList* attributes | ( | ) | const [pure virtual] |
Returns a modifiable collection with all the attributes in the Metadata object.
The returned collection exists only in the context of the Metadata object.
virtual MetaPictureList* pictures | ( | ) | const [pure virtual] |
Returns a modifiable collection with all the pictures in the Metadata object.
The returned collection exists only in the context of the Metadata object.