AudioSampleProvider.SetSampleFramesAvailableNativeHandler
public void SetSampleFramesAvailableNativeHandler(Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction handler,
IntPtr userData);
Parameters
| handler | 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*. |
Description 描述
Set the native event handler for events emitted when the number of available sample frames crosses the threshold.