Contents

kMTAudioProcessingTapFlag_EndOfStream

Signifies that the source audio is past the end of stream.

Declaration

var kMTAudioProcessingTapFlag_EndOfStream: MTAudioProcessingTapFlags { get }

Discussion

This happens when the audio queue is being stopped asynchronously and has finished playing all of its data. Returned from GetSourceAudio and should be propagated on return from the process callback.

See Also

Flags