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

ITimeReader.Duration Property

Gets the duration of the audio or video file.

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

Syntax

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

Property Value

An integer value which specifies a duration of the audio or video file. This value is measured in 1/100s of a second like any other time value in Graphics Mill for .NET.

See Also

Reference