AVBlocks for .NET
1.13
Audio and Video Software Development Kit
|
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... | |
MetaAttribute describes a textual meta information that is part of an audio or video file.
MetaAttribute | ( | ) |
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.
name | The attribute name may not be unique within a Metadata.Attributes collection. |
value | The attribute value expressed as a string. |
|
getset |
Attribute name
Common meta attribute names are defined in PrimoSoftware.AVBlocks.Meta
|
getset |
Attribute value