audioTapProcessor
The audio processing tap associated with the track.
Declaration
var audioTapProcessor: MTAudioProcessingTap? { get set }Discussion
You can use this property to associate an audio tap with the audio track. You can use the audio tap to access the audio data before it is played, read, or exported.