AVBlocks for .NET  1.20
Audio and Video Software Development Kit
MetaAttribute Class Reference

MetaAttribute describes a textual meta information that is part of an audio or video file. More...

Public Member Functions

 MetaAttribute ()
 Constructs a default Metadata attribute. More...
 
 MetaAttribute (string name, string value)
 Constructs a Metadata attribute with a specified name and value. More...
 

Properties

string Name [get, set]
 Attribute name More...
 
string Value [get, set]
 Attribute value More...
 

Detailed Description

MetaAttribute describes a textual meta information that is part of an audio or video file.

See Also
PrimoSoftware.AVBlocks.Metadata.Attributes

Constructor & Destructor Documentation

Constructs a default Metadata attribute.

Name and Value are null.

MetaAttribute ( string  name,
string  value 
)

Constructs a Metadata attribute with a specified name and value.

Parameters
nameThe attribute name may not be unique within a Metadata.Attributes collection.
valueThe attribute value expressed as a string.

Property Documentation

string Name
getset

Attribute name

Common meta attribute names are defined in PrimoSoftware.AVBlocks.Meta

string Value
getset

Attribute value