A Compressors object contains a collection of registered audio or video compressors.
[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
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET