Leadtools.Multimedia Namespace : TargetFormatType Enumeration |
public enum TargetFormatType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum TargetFormatType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TargetFormatType
public enum TargetFormatType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Multimedia.TargetFormatType = function() { }; Leadtools.Multimedia.TargetFormatType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class TargetFormatType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ASF | Windows Media audio/video format using non-Windows Media codecs. |
ASFMux | 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). |
AVI | AVI audio/video format. |
DICOM | DICOM video format. |
DVD | 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. |
DVR | LBL LEAD DVR Buffer format. |
DVRProgram | LBL LEAD DVR Buffer format using MPEG2 Program Stream. |
DVRTransport | LBL LEAD DVR Buffer format using MPEG2 Transport Stream. |
DVSD | Standard DV audio/video format. Do not select any compressors when using this format. |
DVSDAVI | Standard DV audio/video format encapsulated in an AVI encoded stream. Do not select any compressors when using this format. |
DVSDMXF | DVSD-MXF file format. |
DVSDOGG | Ogg format for video only or video and audio compressed with DV compression. (Requires LEAD Ogg Multiplexer and Splitter filters.) |
FLV | 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). |
FLVH263 | FLV Flash Version 6 format with hardcoded 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. |
FLVH264 | F4V/MP4 Flash Version 9 format using hardcoded the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD ISO Multiplexer.Do not select any compressors when using this format. |
FLVH264_2 | FLV Flash Version 9 format using hardcoded the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD FLV Multiplexer.Do not select any compressors when using this format. |
ISO | ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc. |
LTES | LEAD Elementary Stream format, for use in distributed processing of transcoding tasks. |
MKV | MKV file format. |
MP3 | MP3 audio format. Do not select any compressors when using this format |
MP3Default | MP3 audio format using the recommended MP3 compressor selected by the toolkit. |
MP3LAME | MP3 audio format using the public domain LAME audio compressor. The LAME audio compressor must be installed for this format to work. |
MP3LEAD | MP3 audio format, compressed using the LEAD MP3 Audio Encoder. |
MPEG1Audio | MPEG1 audio format. An MPEG1 compatible audio compressor must be selected (an MP3 audio compressor). |
MPEG1System | MPEG-1 System format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-1 Multiplexer filters.) |
MPEG2DICOM | DICOM video format with embedded MPEG2 audio/video content. |
MPEG2Program | MPEG-2 Program format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-2Multiplexer filters.) |
MPEG2Transport | 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) |
MXF | MXF file format. |
NET | 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. |
None | No target format. |
NULL | NULL format designed for extracting metadata quickly from a file without using many system resources. Do not select any compressors when using this format. |
OGG | 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. |
SSF | 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. |
StillImage | 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. |
Stream | 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). |
WAVE | WAVE audio format. |
WMV | Windows Media audio/video format using Windows Media codecs. |
WMVMux | LEAD Windows Media Multiplexer which uses only Windows Media codecs (replaces Microsoft WMV, can be used for in-memory conversion). |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TargetFormatType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2