Audio Capture SDK ActiveX Control ReferenceMethods FindWMVProfile Audio Capture ActiveX Control FindWMVProfile Search the wmv profile for a given string. It will return the index of wmv profile. Public Function FindWMVProfile( ByVal strProfile As String, _ ) as Integer ParameterstrProfilethe name of wmv profile you want to found.Return ValueThe index of wmv profile. otherwise it will return -1. Example Visual Basic SyntaxiIndex =AudioCapture1.FindWMVProfile "Windows Media Audio 8 for Dial-up Modem (32 Kbps)"