DESCombine Constructor

DESCombine

The DESCombine class stitches together a series of video and audio files

DESCombine Constructor 

Construct the class

public DESCombine(
   double FPS,
   short BitCount,
   int Width,
   int Height
);

Parameters

FPS
Frames per second (commonly 15 or 30)
BitCount
Color depth: 16, 24 or 32
Width
Frame width (commonly 320, 640, etc)
Height
Frame height (commonly 240, 480, etc)

Remarks

The input files do not need to have the same height/width/fps. DES will automatically convert them all to the values specified by the constructor.

See Also

DESCombine Class | DESCombineLib Namespace