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

AviCompressor.InstalledVideoCompressors Property

Gets an array of all compressors installed in the system.

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

Syntax

Visual Basic
Public Shared ReadOnly Property InstalledVideoCompressors As AviCompressor()
C#
public static AviCompressor[] InstalledVideoCompressors { get; }

Property Value

An array of AviCompressor objects which represent all compressors installed in the system.

See Also

Reference