Click or drag to resize

WasapiOutThreaded Constructor

Initializes a new instance of the WasapiOutThreaded class

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

Parameters

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