Click or drag to resize
WasapiOutThreaded Constructor
Initializes a new instance of the WasapiOutThreaded class

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

Parameters

deviceInfo
Type: Ozeki.MediaAudioDeviceInfo
waveFormat
Type: Ozeki.MediaWaveFormat
audioClient
Type: Ozeki.MediaAudioRenderClient
device
Type: Ozeki.MediaMMDevice
See Also