Version: 2020.3
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.SetSampleFramesOverflowNativeHandler

매뉴얼로 전환
public void SetSampleFramesOverflowNativeHandler (Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction handler, IntPtr userData);

파라미터

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

설명

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