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

AviReader.CompressorHandler Property

Gets the handler (ID) of the compressor this AVI file is generated with.

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

Syntax

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

Property Value

An integer number containing the compressor handler.

Remarks

The compressor handler is tightly bounded with the FOURCC code. If you interpret the FOURCC value as a 4-byte value rather than a 4-character string, you will get the compressor handler.

Most wide used compressor handler constants are presented as static members of the AviCompressor class. Also, this class enables you to enumerate all installed compressors, get information about the compressor, etc.

See Also

Reference