ltmmConvert_StillFormat Constants

Summary

The ltmmConvert_StillFormat Constants specify the format used to save the still image using the IltmmConvert::SaveStillBitmap function.

Syntax

typedef enum ltmmConvert_StillFormat 
{ 
   ltmmConvert_StillFormat_BMP, 
   ltmmConvert_StillFormat_CMP, 
   ltmmConvert_StillFormat_JPEG444, 
   ltmmConvert_StillFormat_JPEG422, 
   ltmmConvert_StillFormat_JPEG411, 
   ltmmConvert_StillFormat_PSPTHM 
} ltmmConvert_StillFormat; 

Members

ltmmConvert_StillFormat_BMP

[0] Format is the normal Win BMP format.

ltmmConvert_StillFormat_CMP

[1] Format is LEADs proprietary CMP format.

ltmmConvert_StillFormat_JPEG444

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

ltmmConvert_StillFormat_JPEG422

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

ltmmConvert_StillFormat_JPEG411

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

ltmmConvert_StillFormat_PSPTHM

[5] Format is compatible with PSP thumbnail, JPEG YUV 4:2:2 160x120.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.