Creates and initializes new AviWriter class instance. It also opens this writer on specified stream.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Sub New ( _ stream As Stream _ )
public AviWriter( Stream stream )
Type: System.IO.Stream
Stream to open the writer on.When you open the writer with this constructor, you will not be able to change the writer settings (such as dimensions, compressor settings, frames per second, etc). So use this constructor only if you are sure that you need not change the writer parameters. Otherwise you should: