AUInternalRenderBlock Delegate

Definition

public delegate AudioUnit.AudioUnitStatus AUInternalRenderBlock(ref AudioUnitRenderActionFlags actionFlags, ref AudioTimeStamp timestamp, uint frameCount, nint outputBusNumber, AudioBuffers outputData, AURenderEventEnumerator realtimeEventListHead, AURenderPullInputBlock pullInputBlock);
type AUInternalRenderBlock = delegate of  *  * uint32 * nint * AudioBuffers * AURenderEventEnumerator * AURenderPullInputBlock -> AudioUnitStatus

Parameters

timestamp
AudioTimeStamp
frameCount
UInt32
outputBusNumber
System.System.IntPtr System.nativeint
outputData
AudioBuffers
realtimeEventListHead
AURenderEventEnumerator
pullInputBlock
AURenderPullInputBlock

Return Value

Applies to