Aurigma Graphics Mill 5.5 for .NET
IMediaProcessorMetadataReadSupport..::.Metadata Property
Returns the metadata related to the opened file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Syntax
Visual Basic
ReadOnly Property Metadata As MediaProcessorMetadataDictionary
C#
MediaProcessorMetadataDictionary Metadata { get; }
Property Value
A MediaProcessorMetadataDictionary object with metadata.Remarks
This property holds an object of the MediaProcessorMetadataDictionary type with audio or video file metadata, for example, ID3 fields.
Metadata are stored as pairs of keys and values. Keys are field identifiers, and values are actual data provided for the corresponding fields.