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

AviCompressor.DriverName Property

Gets the name of the DLL where the compressor is implemented.

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

Syntax

Visual Basic
Public ReadOnly Property DriverName As String
C#
public string DriverName { get; }

Property Value

A string value which contains full path to the DLL containing the compressor.

See Also

Reference