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: 10.3.183.0
Syntax
public void SetEventHandle(
	IntPtr eventWaitHandle
)

Parameters

eventWaitHandle
Type: SystemIntPtr
See Also