Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : PlayStillTap Enumeration |
public enum PlayStillTap : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum PlayStillTap Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PlayStillTap
public enum class PlayStillTap : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFFFFFFFF | None | 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 the PlayCtrl.GetStillDIB, PlayCtrl.GetStillImage, PlayCtrl.SaveStillDIB or PlayCtrl.SaveStillBitmap methods. |
0x00000000 | Source | The tap is before the processors. The captured still image will be unprocessed. |
0x00000001 | Processors | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayStillTap