Creates and initializes new AviWriter class instance.
Name | Description | |
---|---|---|
AviWriter() |
Creates and initializes new AviWriter class instance. |
|
AviWriter(Stream) |
Creates and initializes new AviWriter class instance. It also opens this writer on specified stream. |
|
AviWriter(String) |
Creates and initializes new AviWriter class instance. It also opens this writer on specified file. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |