SpeakerGetDefaultDevice Method (WaveformParams) |
Retrieves the default playback device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Speaker GetDefaultDevice(
WaveformParams waveformParams
)
Public Shared Function GetDefaultDevice (
waveformParams As WaveformParams
) As Speaker
public:
static Speaker^ GetDefaultDevice(
WaveformParams^ waveformParams
)
static member GetDefaultDevice :
waveformParams : WaveformParams -> Speaker
Parameters
- waveformParams
- Type: Ozeki.MediaWaveformParams
Parameters for the speaker.
Return Value
Type:
SpeakerThe default playback device or null if no speakers found.
See Also