SpeakerGetDefaultDevice Method |
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()
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