Const ltmmPlay_StillFormat_BMP = 0
Const ltmmPlay_StillFormat_CMP = 1
Const ltmmPlay_StillFormat_JPEG444 = 2
Const ltmmPlay_StillFormat_JPEG422 = 3
Const ltmmPlay_StillFormat_JPEG411 = 4
The ltmmPlay_StillFormat Constants define the format used to save the still image using the SaveStillBitmap method in the player object.
Constant |
Description |
ltmmPlay_StillFormat_BMP |
[0] Format is the normal Win BMP format. |
ltmmPlay_StillFormat_CMP |
[1] Format is LEAD’s 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. |