Gets/sets the quality used to create the AVI movie with this writer object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property Quality As Integer
public int Quality { get; set; }
The quality setting is meaningful not for each AVI compressor. That's why it may be disregarded depending on the value of the CompressorHandler property.
You should set this value before you open the writer object. You cannot change it when the writer is already opened!