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

AviCompressor.GetVideoCompressor Method (Int32)

Returns a compressor object by its handler.

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

Syntax

Visual Basic
Public Shared Function GetVideoCompressor ( _
	compressionHandler As Integer _
) As AviCompressor
C#
public static AviCompressor GetVideoCompressor(
	int compressionHandler
)

Parameters

compressionHandler

Type: System.Int32

An integer value which means the compressor handler (FOURCC code interpreted as 32-bit integer number rather than a string).

Return Value

An instance of the AviCompressor class which corresponds to the specified handler.

See Also

Reference