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

AviWriter Constructor

Creates and initializes new AviWriter class instance.

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

Syntax

Visual Basic
Public Sub New
C#
public AviWriter()

Remarks

Unlike other overloads of this constructor, it does not open the writer. Since all the writer settings should be initialized before you open the writer, this is a single constructor which allows you to change the writer settings after the writer instance is created.

See Also

Reference