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

QTReader Constructor (String)

Creates and initializes a new QTReader class instance, opening the specified file.

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

Syntax

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

Parameters

fileName

Type: System.String

Full path to the file to open.

See Also

Reference