Compressors Class

Summary

A Compressors object contains a collection of registered audio or video compressors.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class Compressors : IEnumerable<Compressor>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class Compressors  
   Implements System.Collections.Generic.IEnumerable(Of Compressor), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class Compressors : public System.Collections.Generic.IEnumerable<Compressor>, System.Collections.IEnumerable, System.IDisposable   

Remarks

The CaptureCtrl and ConvertCtrl objects use the collection to enumerate and select compressors. A Compressors object is not externally creatable and is only obtained through the parent object's CaptureCtrl.AudioCompressors and CaptureCtrl.VideoCompressors properties.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly