Audio Capture ActiveX Control

GetWMVProfileCount

 

Return the count of WMA Profile.

Public Function GetWMVProfileCount(
    ) as Integer

 

No Parameter

Return Value
Return count of wma profile.

Example

   

Visual Basic .Net Syntax
For i = 0 To AxAudioCapture1.GetWMVProfileCount - 1
strProfileName = AxAudioCapture1.GetWMVProfileName(i)
cbowma.Items.Add(strProfileName)
Next