Karaoke Mixer ActiveX Control

DecoderAdd2BlackList

 

Add specific decoder to black list. It enables the developer to reject specific filters only. If codecs (e.g. Windows 7 Codec Pack) are installed on a user machine, it does not work properly which prevents playback. call DecoderAdd2BlackList method can solved it.

Public Function DecoderAdd2BlackList(
     ByVal strDecoderName As string
    )  

 

Parameter
strDecoderName
 the string of decoder name.

 No Return Value

Example

   

Visual Basic Syntax
Karaokmixer1.UseDecoderFilter=.T.
Karaokmixer1.DecoderClearBlackList()
Karaokmixer1.DecoderAdd2BlackList ("LAV Audio Decoder")