Click or drag to resize

SpeakerGetDefaultDevice(AudioFormat) Method

Retrieves the default playback device with desired format.

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

Parameters

format  AudioFormat

Return Value

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