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