Gets a value which determines whether the compressor supports the quality parameter.

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

Syntax

Visual Basic

Public ReadOnly Property SupportsQuality As Boolean

C#

public bool SupportsQuality { get; }

Property Value

A Boolean value which specifies whether the compressor supports the quality parameter. If false, the Quality property of the AviWriter is disregarded when creating the AVI file.