←Select platform

TargetFormatType Enumeration

Summary

Specifies the format of the target media file associated with the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat.

Syntax

C#
VB
C++
public enum TargetFormatType   
Public Enum TargetFormatType  
    
    
public enum class TargetFormatType   

Members

ValueMemberDescription
-1None No target format.
0AVI AVI audio/video format.
1ASF Windows Media audio/video format using non-Windows Media codecs.
1WMV Windows Media audio/video format using Windows Media codecs.
2WAVE WAVE audio format.
3MPEG1Audio MPEG1 audio format. An MPEG1 compatible audio compressor must be selected (an MP3 audio compressor).
4DICOM DICOM video format.
5DVSD Standard DV audio/video format. Do not select any compressors when using this format.
6MP3 MP3 audio format. Do not select any compressors when using this format
7DVSDAVI Standard DV audio/video format encapsulated in an AVI encoded stream. Do not select any compressors when using this format.
8WMVMux LEAD Windows Media Multiplexer which uses only Windows Media codecs (replaces Microsoft WMV, can be used for in-memory conversion).
9ASFMux LEAD Windows Media Multiplexer which uses non-Windows Media codecs (use this to create Windows Media files containing custom codecs which can be used for in-memory conversion).
10StillImage LEAD Still Image format (requires the lEAD Still Image Writer filter). The Still Image Writer filter can write most raster file formats supported by LEADTOOLS. The output file can be multipage (all frames will be written in one output file) or single page (multiple output files will be created, each frame being written in an individual file). For example, the video can be saved as one TIF file, or as a sequence of JPEG files.
11Stream Stream format. All the samples are written in an output frame, without adding any headers. You can use this with capture cards that can output raw MPEG data. (Ex: Some Hauppauge cards).
12OGG Ogg audio/video format. (Requires LEAD Ogg Multiplexer and Splitter filters). Recommended format for converting files of any media type without recompression. Use this format to convert to AVI if you experience audio/video synchronization problems.
13DVSDOGG Ogg format for video only or video and audio compressed with DV compression. (Requires LEAD Ogg Multiplexer and Splitter filters.)
14MPEG1System MPEG-1 System format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-1 Multiplexer filters.)
15MPEG2Program MPEG-2 Program format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-2Multiplexer filters.)
16MP3LEAD MP3 audio format, compressed using the LEAD MP3 Audio Encoder.
17DVD DVD image format. (Requires the LEAD DVD Writer, LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder, and LEAD MPEG-2 Multiplexer filters.) Use this target format to compose DVD images by creating a new DVD image or appending to an existing image. To gain access to the DVD writer object, call CaptureCtrl.GetSubObject with the ObjType parameter set to CaptureObject.Sink. If the target format is TargetFormatType.DVD, then the target file, in the CaptureCtrl.TargetFile property is a folder name and not a filename. The DVD writer will create all needed files and subfolders.
18NET Network stream. The target format used to transmit multimedia streams over TCP/IP networks using LEAD network modules. The transmitted streams can be received by a PlayCtrl object with the PlayCtrl.SourceFile set to the server address. For more information on network modules, see: LEAD Network Multiplexer, LEAD Network Sink, LEAD Network Source, and LEAD Network Demultiplexer.
19MPEG2DICOM DICOM video format with embedded MPEG2 audio/video content.
20ISO ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc.
21MP3LAME MP3 audio format using the public domain LAME audio compressor. The LAME audio compressor must be installed for this format to work.
22MP3Default MP3 audio format using the recommended MP3 compressor selected by the toolkit.
23MPEG2Transport MPEG-2 Transport format. (Requires the LEAD MPEG-2 Transport Multiplexer and LEAD Transport compatible compressor; i.e. LEAD MPEG-2 Encoder and LEAD MPEG Audio Encoder)
24FLV FLV Flash Version 6 video format. (Requires the LEAD H263 Video Encoder and the LEAD FLV Multiplexer). Supports the following types of audio: PCM(5.5KHz, 11.025KHz, 22.05KHz, 44.1KHz) or MP3(22.05KHz, 44.1KHz).
25FLVH263 FLV Flash Version 6 format with LEAD FLV Multiplexer, LEAD H263 encoder and a MP3 encoder. The audio is automatically converted to 44.1KHz MP3. Do not select any compressors when using this format.
26FLVH264 F4V/MP4 Flash Version 9 format using the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD ISO Multiplexer.Do not select any compressors when using this format.
27DVRProgram LBL LEAD DVR Buffer format using MPEG2 Program Stream.
28DVRTransport LBL LEAD DVR Buffer format using MPEG2 Transport Stream.
29DVR LBL LEAD DVR Buffer format.
30MXF MXF file format.
31DVSDMXF DVSD-MXF file format.
32MKV MKV file format.
33FLVH264_2 FLV Flash Version 9 format using the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD FLV Multiplexer.Do not select any compressors when using this format.
34NULL NULL format designed for extracting metadata quickly from a file without using many system resources. Do not select any compressors when using this format.
35SSF IIS Smooth Streaming format using built-in H264 and WMV video encoders, AAC and WMA audio encoders. Do not select any compressors when using this format.
36LTES LEAD Elementary Stream format, for use in distributed processing of transcoding tasks.
37RTSP Target format used to transmit multimedia streams using the LEAD RTSP Sink filter. Can use LEAD H264 Video Encoder, LEAD H265 Video Encoder and LEAD AAC Encoder. You only need to use this target format if you use the low level functions to implement an RTSP server. See the "Create an RTSP Server" link below for more information.
38MPEG2TransportDICOM DICOM video format with embedded H.264/AVC video and MPEG Audio (Layer 1, 2 or 3), AAC, AC3 or LPCM audio content in an MPEG-2 Transport container.
39ISODICOM DICOM video format with embedded H.264/AVC video and AAC audio content in an ISO/MP4 container.
Remarks

See the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat properties for more information on how this enumeration is used.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly