VideoEdit Gold ActiveX Control

VideoCompressor Object

Description

A VideoCompressor object represents a video compressor (codec).

A VideoCompressor can be obtained out of the VideoCompressors collection.
 

Example

[Visual Basic Syntax] (This example illustrates how to obtain the video compressor)
Dim myVideoCompressor As VideoCompressor
Set myVideoCompressor = VideoEdit1.VideoCompressor.Item(1)