←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly