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

ITimeWriter Interface

This interface should be supported by each format writer 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 ITimeWriter
C#
public interface ITimeWriter

Remarks

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

See Also

Reference