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

IMediaProcessorMetadataReadSupport Interface

Basic interface for metadata support.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)

Syntax

Visual Basic
Public Interface IMediaProcessorMetadataReadSupport
C#
public interface IMediaProcessorMetadataReadSupport

Remarks

This interface is implemented by all readers that support formats with metadata and provides means to retrieve metadata from the file opened with the selected reader.

Object Model




See Also

Reference