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

AviCompressor.GetVideoCompressor Method (String)

Returns a compressor object by its FOURCC code.

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

Syntax

Visual Basic
Public Shared Function GetVideoCompressor ( _
	format As String _
) As AviCompressor
C#
public static AviCompressor GetVideoCompressor(
	string format
)

Parameters

format

Type: System.String

A string which specifies FOURCC code of the compressor you need to retrieve.

Return Value

An instance of the AviCompressor class which corresponds to the specified FOURCC code.

See Also

Reference