TargetObjectType Enumeration

Summary

Specifies the media target type used in the capture or conversion processes.

Syntax
C#
VB
C++
public enum TargetObjectType   
Public Enum TargetObjectType  
public enum class TargetObjectType   

Members
ValueMemberDescription
0None Indicates that no target has been defined (default).
1File Indicates that the target is a file.
2Array Indicates that the target is a SAFEARRAY.
3Object Indicates that the target is a COM object.
4Device Indicates that the target is a DirectShow output device.
5Stream Indicates 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly