AVPlayer audio metering for AVComposition

I have an AVComposition playback via AVPlayer where AVComposition has multiple audio tracks with audioMix applied. My question is how is it possible to compute audio meter values for the audio playing back through AVPlayer? Using MTAudioProcessingTap it seems you can only get callback for one track at a time. But if that route has to be used, it's not clear how to get sample values of all the audio tracks at a given time in a single callback?

Dear @AVFoundation/CoreAudio Engineers, can you please answer this question?

AVPlayer audio metering for AVComposition
 
 
Q