ltmmCapture_Target Constants

Summary

The ltmmCapture_Target constants specify the media target type used in the capturing process.

Syntax

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; 

Members

ltmmCapture_Target_None

[0] Indicates that no target has been defined (default).

ltmmCapture_Target_File

[1] Indicates that target is a file.

ltmmCapture_Target_Array

[2] Indicates that the target is a SAFEARRAY.

ltmmCapture_Target_Object

[3] Indicates that the target is a COM object.

ltmmCapture_Target_Device

[4] Indicates that the target is a DirectShow output device.

ltmmCapture_Target_Stream

[5] Indicates that the target is a stream object (object implementing IStream interface).

ltmmCapture_Target_Null

[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.

See Also

IltmmCapture::get_TargetType

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

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.