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

AviReader.Quality Property

Gets the quality this AVI file is created with.

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

Syntax

Visual Basic
Public ReadOnly Property Quality As Integer
C#
public int Quality { get; }

Property Value

Value in range [0, 10000] which specifies the quality of the AVI file. Higher values means better quality (but larger file size).

Remarks

The quality setting is meaningful not for each AVI compressor. That's why you should keep in mind that for some values of the CompressorHandler property the quality setting stores a dummy value.

See Also

Reference