Returns a compressor object by its handler.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Shared Function GetVideoCompressor ( _
compressionHandler As Integer _
) As AviCompressor
public static AviCompressor GetVideoCompressor(
int compressionHandler
)
Type: System.Int32
An integer value which means the compressor handler (FOURCC code interpreted as 32-bit integer number rather than a string).