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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected Speaker(
	AudioDeviceInfo info,
	AudioFormat format,
	AudioApi audio,
	WaveformParams waveformParams
)

Parameters

info
Type: Ozeki.MediaAudioDeviceInfo
format
Type: Ozeki.MediaAudioFormat
audio
Type: Ozeki.MediaAudioApi
waveformParams
Type: Ozeki.MediaWaveformParams
See Also