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

The following tables list the members exposed by VideoCompressors.

Public Properties

 NameDescription
public Property CountGets the number of items contained in the collection. (Inherited from Leadtools.Multimedia.Compressors)
public Property CurrentGets the current item in the collection. (Inherited from Leadtools.Multimedia.Compressors)
public Property DivXVideo3ivx3ivx DivX Video compressor.  
public Property DVVideoDV video compressor.  
public Property H263LEAD H.263 video compressor.  
public Property H264LEAD H.264 video compressor.  
public Property IsReadOnlyGets a value indicating whether the collection is read-only. (Inherited from Leadtools.Multimedia.Compressors)
public Property ItemOverloaded. Gets the Compressor item at the specified index. (Inherited from Leadtools.Multimedia.Compressors)
public Property MCmpMJpegLEAD Motion CMP and Motion JPEG video compressor.  
public Property MCmwLEAD MCMW video compressor.  
public Property MJ2kLEAD Motion JPEG2000 video compressor.  
public Property MJpegLEAD Motion JPEG video compressor.  
public Property Mpeg2LEAD Mpeg2 video compressor.  
public Property Mpeg4LEAD Mpeg4 video compressor.  
public Property Mpeg4Video3ivx3ivx Mpeg-4 compliant compressor.  
public Property Samsung3ivxSamsung 3ivx video compressor.  
public Property ScreenCaptureLEAD ScreenCapture video compressor.  
public Property SelectionGets or sets the zero-based index of the selected Compressor item. (Inherited from Leadtools.Multimedia.Compressors)
public Property TheoraLEAD Theora lossy video compressor.  
public Property UncompressedUncompressed video (no compressor).  
public Property VP8LEAD VP8 video compressor.  
Top

Public Methods

 NameDescription
public Method ContainsDetermines whether a collection contains a specified Compressor item. (Inherited from Leadtools.Multimedia.Compressors)
public Method CopyToCopies the items of the collection to a Compressor array, starting at a specified array index. (Inherited from Leadtools.Multimedia.Compressors)
public Method GetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from Leadtools.Multimedia.Compressors)
public Method IndexOfOverloaded. Determines the index of a specific Compressor item in the collection. (Inherited from Leadtools.Multimedia.Compressors)
public Method MoveNextAdvances the enumerator to the next element of the collection. (Inherited from Leadtools.Multimedia.Compressors)
public Method RefreshRefreshes the compressor collection. (Inherited from Leadtools.Multimedia.Compressors)
public Method ResetSets the enumerator to its initial position, which is before the first element in the collection. (Inherited from Leadtools.Multimedia.Compressors)
Top

See Also