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

AviWriter Constructor

Creates and initializes new AviWriter class instance.

Overload List

Name Description
Public method AviWriter()

Creates and initializes new AviWriter class instance.

Public method AviWriter(Stream)

Creates and initializes new AviWriter class instance. It also opens this writer on specified stream.

Public method AviWriter(String)

Creates and initializes new AviWriter class instance. It also opens this writer on specified file.

Public method AviWriter(Stream, Int32, Int32, Int32, Int32, Int32, Boolean, IntPtr, Int32, Int32)

Creates and initializes new AviWriter class instance. You set all possible AVI writer parameters here. It also opens this writer on specified file.

Public method AviWriter(String, Int32, Int32, Int32, Int32, Int32, Boolean, IntPtr, Int32, Int32)

Creates and initializes new AviWriter class instance. You set all possible AVI writer parameters here. It also opens this writer on specified file.

Public method AviWriter(Stream, Int32, Int32)

Creates and initializes new AviWriter class instance. You specify the result AVI dimensions here. It also opens this writer on specified file.

Public method AviWriter(String, Int32, Int32)

Creates and initializes new AviWriter class instance. You specify the result AVI dimensions here. It also opens this writer on specified file.

Public method AviWriter(Stream, Int32, Int32, Int32, Int32, Int32)

Creates and initializes new AviWriter class instance. You set the AVI movie dimensions, as well as few compressor settings. It also opens this writer on specified file.

Public method AviWriter(String, Int32, Int32, Int32, Int32, Int32)

Creates and initializes new AviWriter class instance. You set the AVI movie dimensions, as well as few compressor settings. It also opens this writer on specified file.

See Also

Reference