AUInputHandler Delegate

Definition

Delegate that tells an I/O host when input is available.

public delegate void AUInputHandler(ref AudioUnitRenderActionFlags actionFlags, ref AudioTimeStamp timestamp, uint frameCount, nint inputBusNumber);
type AUInputHandler = delegate of  *  * uint32 * nint -> unit

Parameters

actionFlags
AudioUnitRenderActionFlags

The action flags that configure the audio unit rendering process.

timestamp
AudioTimeStamp

The unconverted, uncompressed HAL time when the input will render.

frameCount
UInt32

The number of available audio frames.

inputBusNumber
System.System.IntPtr System.nativeint

The input bus index.

Applies to