C#
VB
C++
Specifies the media target type used in the capture or conversion processes.
public enum TargetObjectType
Public Enum TargetObjectType
public enum class TargetObjectType
Members
Value | Member | Description |
---|---|---|
0 | None | Indicates that no target has been defined (default). |
1 | File | Indicates that the target is a file. |
2 | Array | Indicates that the target is a SAFEARRAY. |
3 | Object | Indicates that the target is a COM object. |
4 | Device | Indicates that the target is a DirectShow output device. |
5 | 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET