Viscom Software VideoCap ActiveX Control

AudioCompressor Object

An AudioCompressor object represents an audio compressor (codec).

An AudioCompressor can be obtained out of the AudioCompressors collection.

Example:   

This VB example illustrates how to obtain the audio compressor.

Dim myAudioCompressor As AudioCompressor
Set myAudioCompressor = VideoCap1.AudioCompressor.Item(1)