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

AviReader Constructor (String)

Creates and initializes new AviReader class instance. It also opens this reader on specified file.

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

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public AviReader(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to open the reader on.

See Also

Reference