Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSampleFramesOverflowNativeHandler(SampleFramesEventNativeFunction, nint)

Set the native event handler for events emitted when the internal sample frame buffer overflows.
Read time 1 minuteLast updated 7 days ago

Definition

SetSampleFramesOverflowNativeHandler(SampleFramesEventNativeFunction, IntPtr)

public void SetSampleFramesOverflowNativeHandler(AudioSampleProvider.SampleFramesEventNativeFunction handler, nint userData)

Parameters

Pointer to the function to invoke when the event is emitted.

userData

User data to be passed to the handler when invoked. The actual C type is void*.