ltmmPlay_StillFormat Constants

Summary

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

Syntax

typedef enum ltmmPlay_StillFormat 
{ 
   ltmmPlay_StillFormat_BMP, 
   ltmmPlay_StillFormat_CMP, 
   ltmmPlay_StillFormat_JPEG444, 
   ltmmPlay_StillFormat_JPEG422, 
   ltmmPlay_StillFormat_JPEG411, 
   ltmmPlay_StillFormat_PSPTHM 
} ltmmPlay_StillFormat; 

Members

ltmmPlay_StillFormat_BMP

[0] Format is the normal Win BMP format.

ltmmPlay_StillFormat_CMP

[1] Format is LEADs proprietary CMP format.

ltmmPlay_StillFormat_JPEG444

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

ltmmPlay_StillFormat_JPEG422

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

ltmmPlay_StillFormat_JPEG411

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

ltmmPlay_StillFormat_PSPTHM

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

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.