Click or drag to resize

Speaker Constructor

Initializes a new instance of the Speaker class

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

Parameters

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