VideoEdit Gold ActiveX Control

GetVideoCompressorCount

 

Get the number of count of AVI Video Compressor available.

Public Function GetVideoCompressorCount() as Integer 

 

No Parameter
 

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

Example

   

Visual Basic Syntax

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