Values_0.MediaDeviceInfoSourceDescribes the media accelerators for the instance type.
type nonrec t = {count : MediaDeviceCount.t option;The number of media accelerators for the instance type.
*)name : MediaDeviceName.t option;The name of the media accelerator.
*)manufacturer : MediaDeviceManufacturerName.t option;The manufacturer of the media accelerator.
*)memoryInfo : MediaDeviceMemoryInfo.t option;Describes the memory available to the media accelerator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MediaDeviceCount.t
| `String of MediaDeviceName.t
| `Structure of
(string * [> `Integer of MediaDeviceMemorySize.t ]) list ])
list ]