brr
Device.Info
Device information.
brr.ocaml_poke
brr.ocaml_poke_ui
brr.poke
brr.poked
type t
The type for MediaDeviceInfo objects.
MediaDeviceInfo
val device_id : t -> Jstr.t
device_id d is the identifier of the device.
device_id d
val kind : t -> Kind.t
kind d is the kind of device.
kind d
val label : t -> Jstr.t
label d is a label describing the device.
label d
val group_id : t -> Jstr.t
group_id d is the group identifier of the device. Two devices have the same group identifier if they belong to the same physical device.
group_id d
val to_json : t -> Brr.Json.t
to_json d is d as JSON data.
to_json d
d