Gets a value which determines whether this compressor can write AVI file.

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

Syntax

Visual Basic

Public ReadOnly Property SupportsEncoding As Boolean

C#

public bool SupportsEncoding { get; }

Property Value

A Boolean value which determines whether this compressor can write AVI file.

Remarks

Use this property to check whether you can pass the handler of compressor to the CompressorHandler property of the AviWriter class.