Audio Capture ActiveX Control

Methods

Public Method Start

Start Audio Capturing. 

Public Method Stop       

Stop Audio Capturing.

Public Method Pause    

Pause Audio Capturing.

Public Method Resume 

Resume Audio Capturing.

Public Method SetWaveWndOwner

Set the owner of WaveForm window.

Public Method SetWaveWndPopUp

Enable/Disable popup the WaveForm window.

Public Method SetWaveWndBgColor

Set the background color of WaveForm window.

Public Method SetWaveWndCaption

Set the window caption of WaveForm window.

Public Method SetWaveWndColor

Set the left or right channel of WaveForm 's color.

Public Method SetWaveWndDivisor

Set the divisor of WaveForm window.

Public Method SetWaveWndOffset

Set the offset of left or right channel of WaveForm.

Public Method SetWaveWndPos

Set the window position of WaveForm window.

Public Method SetWaveWndStyle

Set the window style of WaveForm window.

Public Method FindAudioDevice

Search the Audio Device for a given string. This method same as AudioDevices.FindDevice.

Public Method FindInputPin

Search the Input Pin for a given string. This method same as AudioInputPins.FindInputPin. 

Public Method FindWMVProfile

Search the wma profile for a given string. This method same as WMVProfiles.FindWMVProfile. 

Public Method GetAudioDeviceCount

Return the count of Audio Device.

Public MethodGetAudioDeviceName

Return the name of Audio Device for specific index.

Public MethodGetAudioInputPinCount

Return the count of Audio Input Pin.

Public MethodGetAudioInputPinName

Return the name of Audio Input Pin for specific index.

Public Method GetDeviceList

Return delimited string with all available audio device.

Public Method GetInputPinList

Return delimited string with all available input pin.

Public Method GetPlaybackDeviceCount

Return the count of Playback Device. (Support on Windows 7, vista, Windows 8, Windows 10 only)

Public Method GetPlaybackDeviceName

Return the name of Playback Device. (Support on Windows 7, vista, Windows 8, Windows 10 only)

Public Method GetWMVProfileCount

Return the count of WMA Profile.

Public Method GetWMVProfileName

Return the name of WMV Profile.

Public Method RefreshAudioInputPin

Refresh the audio pin if the audio device is changed.