Contents

MTAudioProcessingTapGetStorage(_:)

Retrieves a custom storage pointer for an audio processing tap.

Declaration

func MTAudioProcessingTapGetStorage(_ tap: MTAudioProcessingTap) -> UnsafeMutableRawPointer

Parameters

  • tap:

    The processing tap.

Return Value

The tap storage returned by the init callback.

See Also

Audio Taps