Click or drag to resize

SpeakerGetDevice(AudioDeviceInfo, WaveformParams) Method

Retrieves the specified playback device.

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

Parameters

info  AudioDeviceInfo
Information about the speaker device.
waveformParams  WaveformParams
Parameters for the speaker.

Return Value

Speaker
The speaker object.
See Also