VideoEdit Gold ActiveX Control

GetAudioCompressorCount

 

Get the number of count of Audio Compressor available.

Public Function GetAudioCompressorCount() as Integer 

 

No Parameter
 

Return Value
Return the the number of count of Audio Compressor available.

Example

   

Visual Basic Syntax

iCount = VideoEdit1.GetAudioCompressorCount
List2.Clear
For i = 0 To iCount - 1
   List2.AddItem VideoEdit1.GetAudioCompressorName(i)
Next