Viscom Software VideoCap ActiveX Control

AudioCompressor.Name Property

Description:   

Return the name of the AudioCompressor.

Usage:   

AudioCompressor.Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example load all audio compressor into combo:

Dim myAudioCompressor as AudioCompressor

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