Click or drag to resize
AudioClientSetEventHandle Method
Sets the event handle that the audio engine will signal each time a buffer becomes ready to be processed by the client. Requires initialization.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void SetEventHandle(
	IntPtr eventWaitHandle
)

Parameters

eventWaitHandle
Type: SystemIntPtr
See Also