Viscom Software Screen2Video ActiveX Control

AudioCompressor.Name Property

Description:   

Return the name of the AudioCompressor.

Usage:   

AudioCompressor.Name

Data Type:   

String

Usage:   

AudioCompressor.Name

Limitations:   

Read Only

Example:   

This Visual Basic example load all audio compressor into combo:

Dim myAudioCompressor as AudioCompressor

For Each myAudioCompressor In Screen2Video1.AudioCompressors
    cboAudioCompressor.AddItem myAudioCompressor.Name
Next