Click or drag to resize
SpeakerGetDefaultDevice Method (AudioFormat)
Retrieves the default playback device with desired format.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static Speaker GetDefaultDevice(
	AudioFormat format
)

Parameters

format
Type: Ozeki.MediaAudioFormat

Return Value

Type: Speaker
The default playback device or null if no speakers found.
See Also