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



The TargetObjectType enumeration values specify the media target type used in the capture or conversion processes.

Syntax

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

Members

MemberDescription
ArrayIndicates that the target is a SAFEARRAY.
DeviceIndicates that the target is a DirectShow output device.
FileIndicates that the target is a file.
NoneIndicates that no target has been defined (default).
ObjectIndicates that the target is a COM object.
StreamIndicates that the target is a stream object (object implementing IStream interface).

Remarks

See the CaptureCtrl.TargetObject and ConvertCtrl.TargetObject properties for more information on how this enumeration is used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TargetObjectType

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