SpeakerGetDevice(AudioDeviceInfo) Method |
Retrieves the specified playback device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 AudioDeviceInfo
- Information about the speaker device.
Return Value
SpeakerThe speaker object.
See Also