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

AviReader.Duration Property

Gets the duration of the AVI movie.

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

Syntax

Visual Basic
Public ReadOnly Property Duration As Integer
C#
public int Duration { get; }

Property Value

An integer value which specifies a duration of the AVI movie. As all other time units in Graphics Mill, this value is measured in 1/100 of seconds.

See Also

Reference