ltmmPlay_StillTap Constants

Summary

The ltmmPlay_StillTap Constants define the point at which the still image is captured in the player object.

Syntax

typedef enum ltmmPlay_StillTap 
{ 
   ltmmPlay_StillTap_None = -1, 
   ltmmPlay_StillTap_Source = 0, 
   ltmmPlay_StillTap_Processors = 1 
} ltmmPlay_StillTap; 

Members

ltmmPlay_StillTap_None

[-1] No tap. The tap will be removed if it is already in place. If this option is set, no still images will be captured using IltmmPlay::GetStillHDIB, IltmmPlay::GetStillPicture, IltmmPlay::SaveStillDIB or IltmmPlay::SaveStillBitmap.

ltmmPlay_StillTap_Source

[0] The tap is before the processors. The captured still image will be unprocessed.

ltmmPlay_StillTap_Processors

[1] The tap is after the processors (default). The captured still image is processed by all added video processors, in the order the processors were added.

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.