MTAudioProcessingTapGetStorage(_:)
Retrieves a custom storage pointer for an audio processing tap.
Declaration
func MTAudioProcessingTapGetStorage(_ tap: MTAudioProcessingTap) -> UnsafeMutableRawPointerParameters
- tap:
The processing tap.
Return Value
The tap storage returned by the init callback.