Leadtools.Multimedia Namespace : TargetFormatType Enumeration |
'Declaration Public Enum TargetFormatType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TargetFormatType
public enum TargetFormatType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class TargetFormatType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFFFFFFFF | None | No target format. |
0x00000000 | AVI | AVI audio/video format. |
0x00000001 | ASF | Windows Media audio/video format using non-Windows Media codecs. |
0x00000001 | WMV | Windows Media audio/video format using Windows Media codecs. |
0x00000002 | WAVE | WAVE audio format. |
0x00000004 | DICOM | DICOM video format. |
0x00000005 | DVSD | Standard DV audio/video format. Do not select any compressors when using this format. |
0x00000006 | MP3 | MP3 audio format. Do not select any compressors when using this format |
0x00000007 | DVSDAVI | Standard DV audio/video format encapsulated in an AVI encoded stream. Do not select any compressors when using this format. |
0x00000010 | MP3LEAD | MP3 audio format, compressed using the LEAD MP3 Audio Encoder. |
0x00000012 | 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. |
0x00000013 | MPEG2DICOM | DICOM video format with embedded MPEG2 audio/video content. |
0x00000015 | MP3LAME | MP3 audio format using the public domain LAME audio compressor. The LAME audio compressor must be installed for this format to work. |
0x00000016 | MP3Default | MP3 audio format using the recommended MP3 compressor selected by the toolkit. |
0x00000019 | FLVH263 | 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. |
0x0000001A | FLVH264 | 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. |
0x0000001B | DVRProgram | LBL LEAD DVR Buffer format using MPEG2 Program Stream. |
0x0000001C | DVRTransport | LBL LEAD DVR Buffer format using MPEG2 Transport Stream. |
0x0000001D | DVR | LBL LEAD DVR Buffer format. |
0x0000001E | MXF | MXF file format. |
0x0000001F | DVSDMXF | DVSD-MXF file format. |
0x00000020 | MKV | MKV file format. |
0x00000021 | FLVH264_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. |
0x00000022 | 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. |
0x00000023 | 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. |
0x00000024 | LTES | LEAD Elementary Stream format, for use in distributed processing of transcoding tasks. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TargetFormatType