Video Edit Gold SDK ActiveX Control ReferenceMethods GetVideoCompressorCount VideoEdit Gold ActiveX Control GetVideoCompressorCount Get the number of count of AVI Video Compressor available. Public Function GetVideoCompressorCount() as Integer No Parameter Return ValueReturn the the number of count of Video Compressor available.Example Visual Basic SyntaxiCount = VideoEdit1.GetVideoCompressorCountList2.ClearFor i = 0 To iCount - 1 List2.AddItem VideoEdit1.GetVideoCompressorName(i)Next