Click or drag to resize

HeadsetGetDevices Method

Locate all connected audio devices based on the given state.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static List<Headset> GetDevices(
	DeviceState deviceState = DeviceState.Active
)

Parameters

deviceState (Optional)
Type: Ozeki.MediaDeviceState

Return Value

Type: ListHeadset
See Also