Audio Capture SDK ActiveX Control ReferenceMethods GetWMVProfileCount Audio Capture ActiveX Control GetWMVProfileCount Return the count of WMA Profile. Public Function GetWMVProfileCount( ) as Integer No ParameterReturn ValueReturn count of wma profile.Example Visual Basic .Net SyntaxFor i = 0 To AxAudioCapture1.GetWMVProfileCount - 1strProfileName = AxAudioCapture1.GetWMVProfileName(i)cbowma.Items.Add(strProfileName)Next