AVBlocks for .NET
1.10
Audio and Video Software Development Kit
|
Metadata describes meta information that is part of an audio or video file. More...
Properties | |
IList< MetaAttribute > | Attributes [get] |
A modifiable collection with all metadata attributes. | |
IList< MetaPicture > | Pictures [get] |
A modifiable collection with all metadata pictures. |
Metadata describes meta information that is part of an audio or video file.
It can hold various textual information and images.
IList<MetaAttribute> Attributes [get] |
A modifiable collection with all metadata attributes.
The default value of this property is an empty collection which can be modified but it cannot be replaced.
IList<MetaPicture> Pictures [get] |
A modifiable collection with all metadata pictures.
The default value of this property is an empty collection which can be modified but it cannot be replaced.