I have used the SDK sample to subclip MPeg files and it works quite well. The one last feature I need to test out is to have the resulting subclip file only contain the left channel of the stereo pair from the source Mpeg file. I have tried to use but I find that it still includes both sides. Is there a way in the SDK to only included one of the stereo pairs in the output file? Thanks
'Set output audio stream
Dim iaudio As Integer
iaudio = 1
tmpVar = iaudio
Call m_IModuleConfigVB.SetValueVB(SMM_Defs.SMAT_AudioStreamNumber, tmpVar)