Search code examples
javaaudiojmf

Audio channel selection in Java JMF


I am using Java JMF to play a MPEG video with sound. I want to select the left audio channel when playing. How to do that?

Thanks.


Solution

  • It seems that we could not select the left or right audio channel in JMF.