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.3.183.0
Syntax
protected WasapiOutBase(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	AudioRenderClient client,
	MMDevice device
)

Parameters

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