Karaoke Mixer ActiveX Control

MixerLoadBgAudio

 

Set the background audio file when you enable mixer feature. You must set MixerEnable = true if you need mixing feature. It support wav, mp3 audio file.

Public Function MixerLoadBgAudio(
     ByVal strAudioFile As String
    ) as Bool

 

Parameter
strAudioFile
the path of audio file.

 Return Value
true - successful, otherwise return false.

Example

   

Visual Basic Syntax
KaraokeMixer1 .MixerLoadBgAudio "c:\music.mp3"
KaraokeMixer1 .MixerEnable true
KaraokeMixer1 .OutputType =2
KaraokeMixer1 .AudioDevice=0
KaraokeMixer1 .AudioInputPin = 0
KaraokeMixer1 .AudioFileName = "c:\test.mp3"
KaraokeMixer1 .Start