Contents

MTAudioProcessingTapFinalizeCallback

A finalization callback function.

Declaration

typealias MTAudioProcessingTapFinalizeCallback = (MTAudioProcessingTap) -> Void

Parameters

  • tap:

    The processing tap.

Overview

This callback is called when it is safe to free any buffers or other state associated with the tap. This callback will be called exactly once when the MTAudioProcessingTap object is finalized. If tapStorage was allocated in the init callback, it should be freed here.

See Also

Callback functions