Click or drag to resize
SpeakerGetDevice Method (AudioDeviceInfo, WaveformParams)
Retrieves the specified playback device.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static Speaker GetDevice(
	AudioDeviceInfo info,
	WaveformParams waveformParams
)

Parameters

info
Type: Ozeki.MediaAudioDeviceInfo
Information about the speaker device.
waveformParams
Type: Ozeki.MediaWaveformParams
Parameters for the speaker.

Return Value

Type: Speaker
The speaker object.
See Also