|
AVBlocks for .NET
1.10
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. | |
| MetaAttribute (string name, string value) | |
| Constructs a Metadata attribute with a specified name and value. | |
Properties | |
| string | Name [get, set] |
| Attribute name. | |
| string | Value [get, set] |
| Attribute value. | |
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. |
string Name [get, set] |
Attribute name.
Common meta attribute names are defined in PrimoSoftware.AVBlocks.Meta
string Value [get, set] |
Attribute value.