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)
Public ReadOnly Property CompressorHandler As Integer
public int CompressorHandler { get; }
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.