Visual Basic (Declaration) | |
---|---|
Public Enum TargetObjectType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TargetObjectType |
C# | |
---|---|
public enum TargetObjectType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class TargetObjectType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Array | Indicates that the target is a SAFEARRAY. |
Device | Indicates that the target is a DirectShow output device. |
File | Indicates that the target is a file. |
None | Indicates that no target has been defined (default). |
Object | Indicates that the target is a COM object. |
Stream | Indicates that the target is a stream object (object implementing IStream interface). |
See the CaptureCtrl.TargetObject and ConvertCtrl.TargetObject properties for more information on how this enumeration is used.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TargetObjectType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7