Click or drag to resize

WasapiOutWaitHandle Constructor

Initializes a new instance of the WasapiOutWaitHandle class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public WasapiOutWaitHandle(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	AudioRenderClient audioClient,
	MMDevice device
)

Parameters

deviceInfo  AudioDeviceInfo
 
waveFormat  WaveFormat
 
audioClient  AudioRenderClient
 
device  MMDevice
 
See Also