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: 1.8.12.0 (1.8.12)
Syntax
public static List<Headset> GetDevices(
	DeviceState deviceState = DeviceState.Active
)

Parameters

deviceState (Optional)
Type: Ozeki.MediaDeviceState

Return Value

Type: ListHeadset
See Also