VideoEdit Gold ActiveX Control

VideoCompressor.Name Property

Description
    Return the name of the VideoCompressor.

Property Type
    Read Only property

Data Type
    String

Syntax

VideoCompressor.Name

Example

[Visual Basic Syntax] (this example load all video compressor into combo)
Dim myVideoCompressor as VideoCompressor
For Each myVideoCompressor In VideoEdit1.VideoCompressors
    cboVideoCompressor.AddItem myVideoCompressor.Name
Next