The ltmmCapture_Target constants specify the media target type used in the capturing process.
typedef enum _ltmmCapture_Target
{
ltmmCapture_Target_None,
ltmmCapture_Target_File,
ltmmCapture_Target_Array,
ltmmCapture_Target_Object,
ltmmCapture_Target_Device,
ltmmCapture_Target_Stream,
ltmmCapture_Target_Null
} ltmmCapture_Target;
[0] Indicates that no target has been defined (default).
[1] Indicates that target is a file.
[2] Indicates that the target is a SAFEARRAY.
[3] Indicates that the target is a COM object.
[4] Indicates that the target is a DirectShow output device.
[5] Indicates that the target is a stream object (object implementing IStream interface).
[6] Indicates that the target is NULL, which means the output samples are discarded. This is useful when you are only interested in parsing the input data.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document