Click or drag to resize

WasapiOutThreaded Constructor

Initializes a new instance of the WasapiOutThreaded class

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

Parameters

deviceInfo  AudioDeviceInfo
 
waveFormat  WaveFormat
 
audioClient  AudioRenderClient
 
device  MMDevice
 
See Also