Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSampleFramesAvailableNativeHandler(SampleFramesEventNativeFunction, nint)

Set the native event handler for events emitted when the number of available sample frames crosses the threshold.
Read time 1 minuteLast updated 7 days ago

Definition

SetSampleFramesAvailableNativeHandler(SampleFramesEventNativeFunction, IntPtr)

public void SetSampleFramesAvailableNativeHandler(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*.