This documentation is for the old version. Go to the latest Graphics Mill docs

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.

See Also

Reference