VideoEdit Gold ActiveX Control

AudioCompressor.Name Property

Description
    Return the name of the AudioCompressor.

Property Type
    Read Only property

Data Type
    String

Syntax

AudioCompressor.Name

Example

Visual Basic Syntax (This example load all audio compressor into combo)
Dim myAudioCompressor as AudioCompressor
For Each myAudioCompressor In VideoEdit1.AudioCompressors
    cboAudioCompressor.AddItem myAudioCompressor.Name
Next