Click or drag to resize

WasapiOutBase Constructor

Initializes a new instance of the WasapiOutBase class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected WasapiOutBase(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	AudioRenderClient client,
	MMDevice device
)

Parameters

deviceInfo  AudioDeviceInfo
 
waveFormat  WaveFormat
 
client  AudioRenderClient
 
device  MMDevice
 
See Also