Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.SetSampleFramesOverflowNativeHandler

Cambiar al Manual
public void SetSampleFramesOverflowNativeHandler (Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction handler, IntPtr userData);

Parámetros

handlerPointer to the function to invoke when the event is emitted.
userDataUser data to be passed to the handler when invoked. The actual C type is void*.

Descripción

Set the native event handler for events emitted when the internal sample frame buffer overflows.