typedef enum _ltmfCapture_TargetFormat
{
ltmfCapture_TargetFormat_WMV,
ltmfCapture_TargetFormat_MP4,
ltmfCapture_TargetFormat_MKV,
ltmfCapture_TargetFormat_3GP,
ltmfCapture_TargetFormat_MP3,
ltmfCapture_TargetFormat_WAVE,
ltmfCapture_TargetFormat_FLAC,
ltmfCapture_TargetFormat_MPEG2,
ltmfCapture_TargetFormat_FMP4,
ltmfCapture_TargetFormat_AVI,
ltmfCapture_TargetFormat_MPEG2T,
ltmfCapture_TargetFormat_ADTS,
ltmfCapture_TargetFormat_AC3
} ltmfCapture_TargetFormat;
The ltmfCapture_TargetFormat constants define the target file formats.
Constant |
Description |
ltmfCapture_TargetFormat_WMV = 0 |
[0] Windows Media (WMV) audio/video format. |
ltmfCapture_TargetFormat_MP4 = 1 |
[1] MPEG-4 (MP4) audio/video format. |
ltmfCapture_TargetFormat_MKV = 2 |
[2] Matroska (MKV) audio/video format. |
ltmfCapture_TargetFormat_3GP = 3 |
[3] 3GPP (3GP) audio/video format. |
ltmfCapture_TargetFormat_MP3 = 4 |
[4] MP3 audio format. |
ltmfCapture_TargetFormat_WAVE = 5 |
[5] Waveform (WAV) audio format. |
ltmfCapture_TargetFormat_FLAC = 6 |
[6] FLAC audio format. |
ltmfCapture_TargetFormat_MPEG2 = 7 |
[7] MPEG-2 audio/video format. |
ltmfCapture_TargetFormat_FMP4 = 8 |
[8] Fragmented MPEG-4 (MP4) audio/video format. |
ltmfCapture_TargetFormat_AVI = 9 |
[9] Audio Video Interleave (AVI) format. |
ltmfCapture_TargetFormat_MPEG2T = 10 |
[10] MPEG-2 Transport audio/video format. |
ltmfCapture_TargetFormat_ADTS = 11 |
[11] Audio data transport stream (ADTS) audio format. |
ltmfCapture_TargetFormat_AC3 = 12 |
[12] AC-3 audio format. |
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