SpeakerGetDevice(AudioDeviceInfo, WaveformParams) Method |
Retrieves the specified playback device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static Speaker GetDevice(
AudioDeviceInfo info,
WaveformParams waveformParams
)
Public Shared Function GetDevice (
info As AudioDeviceInfo,
waveformParams As WaveformParams
) As Speaker
public:
static Speaker^ GetDevice(
AudioDeviceInfo^ info,
WaveformParams^ waveformParams
)
static member GetDevice :
info : AudioDeviceInfo *
waveformParams : WaveformParams -> Speaker
Parameters
- info AudioDeviceInfo
- Information about the speaker device.
- waveformParams WaveformParams
- Parameters for the speaker.
Return Value
SpeakerThe speaker object.
See Also