Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

TargetFormatType Enumeration






Specifies the format of the target media file associated with the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat.
Syntax
'Declaration
 
Public Enum TargetFormatType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TargetFormatType
public enum class TargetFormatType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0xFFFFFFFFNone No target format.
0x00000000AVI AVI audio/video format.
0x00000001ASF Windows Media audio/video format using non-Windows Media codecs.
0x00000001WMV Windows Media audio/video format using Windows Media codecs.
0x00000002WAVE WAVE audio format.
0x00000003MPEG1Audio MPEG1 audio format. An MPEG1 compatible audio compressor must be selected (an MP3 audio compressor).
0x00000004DICOM DICOM video format.
0x00000005DVSD Standard DV audio/video format. Do not select any compressors when using this format.
0x00000006MP3 MP3 audio format. Do not select any compressors when using this format
0x00000007DVSDAVI Standard DV audio/video format encapsulated in an AVI encoded stream. Do not select any compressors when using this format.
0x00000008WMVMux LEAD Windows Media Multiplexer which uses only Windows Media codecs (replaces Microsoft WMV, can be used for in-memory conversion).
0x00000009ASFMux 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).
0x0000000AStillImage 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.
0x0000000BStream 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).
0x0000000COGG 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.
0x0000000DDVSDOGG Ogg format for video only or video and audio compressed with DV compression. (Requires LEAD Ogg Multiplexer and Splitter filters.)
0x0000000EMPEG1System MPEG-1 System format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-1 Multiplexer filters.)
0x0000000FMPEG2Program MPEG-2 Program format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-2Multiplexer filters.)
0x00000010MP3LEAD MP3 audio format, compressed using the LEAD MP3 Audio Encoder.
0x00000011DVD 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.
0x00000012NET 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.
0x00000013MPEG2DICOM DICOM video format with embedded MPEG2 audio/video content.
0x00000014ISO ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc.
0x00000015MP3LAME MP3 audio format using the public domain LAME audio compressor. The LAME audio compressor must be installed for this format to work.
0x00000016MP3Default MP3 audio format using the recommended MP3 compressor selected by the toolkit.
0x00000017MPEG2Transport 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)
0x00000018FLV 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).
0x00000019FLVH263 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.
0x0000001AFLVH264 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.
0x0000001BDVRProgram LBL LEAD DVR Buffer format using MPEG2 Program Stream.
0x0000001CDVRTransport LBL LEAD DVR Buffer format using MPEG2 Transport Stream.
0x0000001DDVR LBL LEAD DVR Buffer format.
0x0000001EMXF MXF file format.
0x0000001FDVSDMXF DVSD-MXF file format.
0x00000020MKV MKV file format.
0x00000021FLVH264_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.
0x00000022NULL NULL format designed for extracting metadata quickly from a file without using many system resources. Do not select any compressors when using this format.
0x00000023SSF 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.
0x00000024LTES LEAD Elementary Stream format, for use in distributed processing of transcoding tasks.
0x00000025RTSP 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.
0x00000026MPEG2TransportDICOM 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.
0x00000027ISODICOM 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TargetFormatType

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features