SpeakerGetDevice Method (AudioDeviceInfo, WaveformParams) |
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,
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
- Type: Ozeki.MediaAudioDeviceInfo
Information about the speaker device. - waveformParams
- Type: Ozeki.MediaWaveformParams
Parameters for the speaker.
Return Value
Type:
SpeakerThe speaker object.
See Also