Click or drag to resize

SpeakerGetDevice Method (AudioDeviceInfo, AudioApi)

Retrieves the specified playback device.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static Speaker GetDevice(
	AudioDeviceInfo info,
	AudioApi audio
)

Parameters

info
Type: Ozeki.MediaAudioDeviceInfo
Information about the speaker device.
audio
Type: Ozeki.MediaAudioApi

Return Value

Type: Speaker
The speaker object.
See Also