Home > Archive (Community help, from old helpdesk) > what is code to copy right channel to both?

what is code to copy right channel to both?

Avatar image
Aug 22, 2015
Archive Agent wrote
please help me, what is code to copy right channel to both? Thanx

cholis noor on September 25, 2013 23:15
Completed
0
Vote
Reply
1 Answer
Aug 22, 2015
Archive Agent agent wrote
qakmak

Do you mean the right audio channel?

MediaPlayer1.Audio_Effects_SetCurrentChannel(-1, 0, 0);

MediaPlayer1.Audio_Effects_ChannelOrder(-1, 0, 1);

MediaPlayer1.Audio_Effects_SetCurrentChannel(-1, 0, 1);

MediaPlayer1.Audio_Effects_ChannelOrder(-1, 0, 1);

The website has a article for this , you can search it.

on November 5, 2013 8:24 PM