SpeakerGetDevice Method (AudioDeviceInfo) |
Retrieves the specified playback device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Speaker GetDevice(
AudioDeviceInfo info
)
Public Shared Function GetDevice (
info As AudioDeviceInfo
) As Speaker
public:
static Speaker^ GetDevice(
AudioDeviceInfo^ info
)
static member GetDevice :
info : AudioDeviceInfo -> Speaker
Parameters
- info
- Type: Ozeki.MediaAudioDeviceInfo
Information about the speaker device.
Return Value
Type:
SpeakerThe speaker object.
See Also