Contains possible values for the timer watermark.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Enumeration AviTimerStyle
public enum AviTimerStyle
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. |