LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
TargetFormats Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : TargetFormats Class

The following tables list the members exposed by TargetFormats.

Public Properties

 NameDescription
public Property ASFASF target format.  
public Property ASFMuxASFMux target format.  
public Property AVIAVI target format.  
public Property CountGets the number of items contained in the collection.  
public Property CurrentGets the current item in the collection.  
public Property DICOMDICOM target format.  
public Property DVDDVD target format.  
public Property DVRDVR target format.  
public Property DVRProgramDVR Program target format.  
public Property DVRTransportDVR Transport target format.  
public Property DVSDDVSD target format.  
public Property DVSDAVIDVSDAVI target format.  
public Property DVSDMXFDVSD-MXF target format.  
public Property DVSDOGGDVSD OGG target format.  
public Property FLVFLV target format.  
public Property FLVH263FLV H263 target format.  
public Property FLVH264F4V/MP4 H264 target format.  
public Property FLVH264_2FLV H264 target format.  
public Property ISOISO target format.  
public Property IsReadOnlyGets a value indicating whether the collection is read-only.  
public Property ItemOverloaded. Gets or sets the TargetFormat item at the specified index.  
public Property MKVMKV target format.  
public Property MP3MP3 target format.  
public Property MP3DefaultMP3 Default target format.  
public Property MP3LAMEMP3 LAME target format.  
public Property MP3LEADMP3 LEAD target format.  
public Property MPEG1AudioMPEG1Audio target format.  
public Property MPEG1SystemMPEG1 System target format.  
public Property MPEG2DICOMMPEG2 DICOM target format.  
public Property MPEG2ProgramMPEG2 Program target format.  
public Property MPEG2TransportMPEG2 Transport target format.  
public Property MXFMXF target format.  
public Property NETNET target format.  
public Property OGGOGG target format.  
public Property SelectionGets or sets the zero-based index of the currently selected TargetFormat item.  
public Property StillImageStillImage target format.  
public Property StreamStream target format.  
public Property WMVWMV target format.  
public Property WMVMuxWMVMux target format.  
Top

Public Methods

 NameDescription
public Method AddAdds a TargetFormat item to the collection.  
public Method ClearRemoves all TargetFormat items from the collection.  
public Method ContainsDetermines whether a collection contains a specified TargetFormat item.  
public Method CopyToCopies the items of the collection to a TargetFormat array, starting at a specified array index.  
public Method GetEnumeratorReturns an enumerator that iterates through the collection.  
public Method IndexOfOverloaded. Determines the index of a specific TargetFormat item in the IList.  
public Method InsertInserts an TargetFormat item to the list at the specified index.  
public Method MoveNextAdvances the enumerator to the next element of the collection.  
public Method RemoveRemoves a TargetFormat item from the collection.  
public Method RemoveAtRemoves a TargetFormat item at the specified index from the collection.  
public Method ResetSets the enumerator to its initial position, which is before the first element in the collection.  
public Method ToStringReturns a string that represents the current object.  
Top

See Also