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

AviCompressor.DefaultCompressorHandler Property

Gets a default compressor handler which should be used as a fallback value.

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

Syntax

Visual Basic
Public Shared ReadOnly Property DefaultCompressorHandler As Integer
C#
public static int DefaultCompressorHandler { get; }

Property Value

A handler of the compressor which can be used by default.

Remarks

It is guarantied that the default compressor is available in the system. That's why you can use it when the compressor you would like to use is not installed as a fallback value.

See Also

Reference