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

ITimeReader Interface

This interface should be supported by each format reader that can convert frame numbers to time values and vice versa.

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

Syntax

Visual Basic
Public Interface ITimeReader
C#
public interface ITimeReader

Remarks

Each reader that supports any video format should implement this interface.

See Also

Reference