SpeakerGetDefaultDevice Method |
Retrieves the default playback device.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static Speaker GetDefaultDevice()
Public Shared Function GetDefaultDevice As Speaker
public:
static Speaker^ GetDefaultDevice()
static member GetDefaultDevice : unit -> Speaker
Return Value
Type:
SpeakerThe default playback device or null if no speakers found.
See Also