LEADTOOLS Media Foundation Help > LEADTOOLS Media Foundation Features > Media Foundation File Formats and Constants > Media Format and Constants > ltmfCapture Enumeration Constants > ltmfCapture_Target Constants |
typedef enum _ltmfCapture_Target
{
ltmfCapture_Target_None,
ltmfCapture_Target_File,
} ltmfCapture_Target;
The ltmfCapture_Target constants specify the media target type used in the capturing process.
Constant |
Description |
ltmfCapture_Target_None |
[0] Indicates that no target has been defined (default). |
ltmfCapture_Target_File |
[1] Indicates that target is a file. |
See Also