Module Device.Info
Device information.
type t
The type for
MediaDeviceInfo
objects.
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.
val to_json : t -> Brr.Json.t
to_json d
isd
as JSON data.