ltmfPlay_StillFormat Constants

typedef enum ltmfPlay_StillFormat 
{ 
   ltmfPlay_StillFormat_BMP, 
   ltmfPlay_StillFormat_CMP, 
   ltmfPlay_StillFormat_JPEG444, 
   ltmfPlay_StillFormat_JPEG422, 
   ltmfPlay_StillFormat_JPEG411, 
   ltmfPlay_StillFormat_PSPTHM, 
} ltmfPlay_StillFormat; 

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

Constant

Description

ltmfPlay_StillFormat_BMP

[0] Format is the normal Win BMP format.

ltmfPlay_StillFormat_CMP

[1] Format is LEADs proprietary CMP format.

ltmfPlay_StillFormat_JPEG444

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

ltmfPlay_StillFormat_JPEG422

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

ltmfPlay_StillFormat_JPEG411

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

ltmfPlay_StillFormat_PSPTHM

[5] Format is THM thumbnails used for PSP.

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

LEADTOOLS Media Foundation C API Help

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