AVAudioNodeTapBlock Delegate

Definition

Delegate that receives copies of the output of a AVAudioNode

public delegate void AVAudioNodeTapBlock(AVAudioPcmBuffer buffer, AVAudioTime when);
type AVAudioNodeTapBlock = delegate of AVAudioPcmBuffer * AVAudioTime -> unit

Parameters

Applies to