Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

ltmmCapture_StillFormat Constants

Show in webframe

typedef enum ltmmCapture_StillFormat
{
   ltmmCapture_StillFormat_BMP,
   ltmmCapture_StillFormat_CMP,
   ltmmCapture_StillFormat_JPEG444,
   ltmmCapture_StillFormat_JPEG422,
   ltmmCapture_StillFormat_JPEG411
} ltmmCapture_StillFormat;

The ltmmCapture_StillFormat Constants define the format used to save the still image using the SaveStillBitmap function in the capture object.

Constant

Description

ltmmCapture_StillFormat_BMP

[0] Format is the normal Win BMP format.

ltmmCapture_StillFormat_CMP

[1] Format is LEADs proprietary CMP format.

ltmmCapture_StillFormat_JPEG444

[2] Format is JPEG YUV 4:4:4 format.

ltmmCapture_StillFormat_JPEG422

[3] Format is JPEG YUV 4:2:2 format.

ltmmCapture_StillFormat_JPEG411

[4] Format is JPEG YUV 4:1:1 format.

 

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.