AVAudioSinkNodeReceiverHandler2 Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate int AVAudioSinkNodeReceiverHandler2(AudioTimeStamp timestamp, uint frameCount, AudioBuffers inputData);
type AVAudioSinkNodeReceiverHandler2 = delegate of AudioTimeStamp * uint32 * AudioBuffers -> int
Parameters
- timestamp
- AudioTimeStamp
- frameCount
- UInt32
- inputData
- AudioBuffers