AVBlocks for .NET  1.22
Audio and Video Software Development Kit
Metadata Class Reference

Metadata describes meta information that is part of an audio or video file. More...

Inheritance diagram for Metadata:

Public Member Functions

virtual object Clone ()
 Creates a copy of this object. More...
 

Properties

IList< MetaAttributeAttributes [get]
 A modifiable collection with all metadata attributes More...
 
IList< MetaPicturePictures [get]
 A modifiable collection with all metadata pictures More...
 

Detailed Description

Metadata describes meta information that is part of an audio or video file.

It can hold various textual information and images.

Member Function Documentation

virtual object Clone ( )
virtual

Creates a copy of this object.

Returns
Metadata object

The returned object is a mirror image of the cloned object

Referenced by MediaSocket.Clone().

Property Documentation

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.