AudioCompressor
Viscom Software Screen2Video 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 = Screen2Video1.AudioCompressor.Item(1)