Karaoke Mixer ActiveX Control

Methods

Public Method DecoderAdd2BlackList

 Add specific decoder to black list. It enables the developer to reject specific filters only.

Public Method DecoderClearBlackList

Clear all decoders added to black list.

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 RefreshAudioDevice 

Refresh Audio Device if insert or remove USB device.

Public Method SetBgAudioWaveWndOwner

Set the owner of Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndPopUp

Enable/Disable popup the WaveForm window.

Public Method SetBgAudioWaveWndBgColor

Set the background color of Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndCaption

Set the window caption of Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndColor

Set the color of left or right channel for Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndDelay

Set the delay of Background Audio's WaveForm display.

Public Method SetBgAudioWaveWndDivisor

Set the divisor of Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndOffset

Set the offset of left or right channel of Background Audio's WaveForm.

Public Method SetBgAudioWaveWndPos

Set the window position of Background Audio's WaveForm window.

Public Method SetBgAudioWaveWndStyle

Set the window style of Background Audio's WaveForm window.

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 color of left or right channel for WaveForm window.

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 wmv profile for a given string. This method same as WMVProfiles.FindWMVProfile. 

Public Method GetContainerWndHandle

Return Container Window handle.

Public Method GetDeviceList

Return delimited string with all available audio device.

Public Method GetInputPinList

Return delimited string with all available input pin.

Public Method MixerEnable

Enable/Disable the mixer feature.

Public Method MixerLoadBgAudio

Set the background audio file when you enable mixer feature.

Public Method MixerSetVolume

Adjust the volume of background audio or Microphone when mixing.

Public Method MixerAddDelay

Adds a delay (in seconds) to the background music or Microphone.

Public Method PBGetDuration

Return the audio file duration when you called PBLoadAudioFile method.

Public Method PBHideWaveWnd

Hide the Playback WaveForm window.

Public Method PBLoadAudioFile

Load the audio file for playback.

Public Method PBPause

Pause the audio when playback.

Public Method PBPlay

Playback the audio after called PBLoadAudioFile or Resume the playback.

Public Method PBSetPos

Go to specific position when playback.

Public Method PBSetSoundVolume

Adjust the volume when playback.

Public Method PBSetWaveWndBgColor

Set the background color of Playback WaveForm window.

Public Method PBSetWaveWndCaption

Set the window caption of Playback WaveForm window.

Public Method PBSetWaveWndColor

Set the color of left or right channel for Playback WaveForm window.

Public Method PBSetWaveWndDelay

Set the delay of Playback WaveForm display.

Public Method PBWaveWndDivisor

Set the divisor of Playback WaveForm window.

Public Method PBSetWaveWndOffset

Set the offset of left or right channel for Playback WaveForm window.

Public Method PBSetWaveWndOwner

Set the owner of Playback WaveForm window.

Public Method PBSetWaveWndPopUp

Enable/Disable popup the Playback WaveForm window.

Public Method PBSetWaveWndPos

Set the window position of Playback WaveForm window.

Public Method PBSetWaveWndStyle

Set the window style of WaveForm window.

Public Method PBStop

Stop the playback.

Public Method RefreshAudioInputPin

Refresh the audio pin if the audio device is changed.