Click or drag to resize

SpeakerGetDevice Method (AudioDeviceInfo)

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
)

Parameters

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

Return Value

Type: Speaker
The speaker object.
See Also