Does GetMovieAudioVolumeLevels () support more than two channels of audio?

I have some code that uses GetMovieAudioVolumeLevels () to get the levels of a QuickTime movie during playback.

I have an 8 channel QuickTime video, but using the GetMovieAudioVolumeLevels () call, it only returns 2 channels. I am using kQTAudioMeter_DeviceMix and for now I am assuming my MacPro can only play 2 channels of audio (left and right). QuickTime mixes 8 channels to 2 channels.

Does anyone have more experience with this?

Thank.

0


source to share


1 answer


It looks like " channels are automatically mixed as needed (when playing multichannel audio via stereo output, for example). "



Does SGGetChannelVolume do what you need?

+1


source







All Articles