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

AviTimerStyle Enumeration

Contains possible values for the timer watermark.

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

Syntax

Visual Basic
Public Enumeration AviTimerStyle
C#
public enum AviTimerStyle

Members

Member name Description
CurrentDateTime

Displays the timestamp as a watermark. The time is noted on the moment when the first frame is added to the writer the AviWatermark is associated with.

VideoTimeAndFrame

Displays the timing of the current frame and its index as a watermark.

VideoTime

Displays the timing of the current frame as a watermark.

Remarks

These values should be specified in the TimerStyle property of the AviWatermark class instance. This object is returned from the Watermark property of the AviWriter.

See Also

Reference