Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSampleFramesOverflowNativeHandler(SampleFramesEventNativeFunction, IntPtr)

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

Definition

public void SetSampleFramesOverflowNativeHandler(AudioSampleProvider.SampleFramesEventNativeFunction handler, IntPtr 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*.