MCI problem help please...
Posted: Sun Jun 12, 2005 8:19 am
I want to make karaoke program that can control On-Off channel 1 or channel 2 In Mpeg of vcd files.
( The vocal karaoke feature cancels or restores lead vocals feature)
I am using this syntax:
The code can run
But it cannot control On-Off of the vocal channel.
Could you send me the syntax, please....
( The vocal karaoke feature cancels or restores lead vocals feature)
I am using this syntax:
Code: Select all
Buffer$=Space(128)
mciSendString_("OPEN d:\temp\test.dat TYPE MPEGVIDEO ALIAS FILM",Buffer$,128,0)
mciSendString_("PLAY FILM",0,0,0)
...
...
; 2 follow line is problem
mciSendString_("setaudio FILM audio left on" , Buffer$,128,0)
mciSendString_("setaudio FILM audio right off" , Buffer$,128,0)
...
...
But it cannot control On-Off of the vocal channel.
Could you send me the syntax, please....