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

AviCompressor.FourccToHandler Method

Converts FOURCC code to compressor handler.

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

Syntax

Visual Basic
Public Shared Function FourccToHandler ( _
	format As String _
) As Integer
C#
public static int FourccToHandler(
	string format
)

Parameters

format

Type: System.String

A string which specifies FOURCC code you want to convert to the compressor handler.

Return Value

An integer which specifies the compressor handler which corresponds to the specified FOURCC code.

See Also

Reference