Aurigma Graphics Mill 5.5 for .NET
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).