Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

AudioSampleProvider.SetSampleFramesAvailableNativeHandler

public void SetSampleFramesAvailableNativeHandler(Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction handler, IntPtr userData);

Parameters

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*.

Description

Set the native event handler for events emitted when the number of available sample frames crosses the threshold.

Did you find this page useful? Please give it a rating: