LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
PlayStillTap Enumeration
See Also  
Leadtools.Multimedia Namespace : PlayStillTap Enumeration



The PlayStillTap enumeration values define the point at which the still image is captured in the player object.

Syntax

Visual Basic (Declaration) 
Public Enum PlayStillTap 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlayStillTap
C# 
public enum PlayStillTap : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PlayStillTap : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
NoneNo 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.
ProcessorsThe tap is after the processors (default). The captured still image is processed by all added video processors, in the order the processors were added.
SourceThe tap is before the processors. The captured still image will be unprocessed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlayStillTap

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also