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

 

Parameter
strProfile
the name of wmv profile you want to found.

Return Value
The index of wmv profile. otherwise it will return -1.


Example

   

Visual Basic Syntax
iIndex =AudioCapture1.FindWMVProfile "Windows Media Audio 8 for Dial-up Modem (32 Kbps)"