Device¶
- component fbx.system.Device¶
Device information and state, exposed as a singleton.
- property model¶
- Identifier for the device model, the following are known:
fbx6hd
Freebox Revolutionfbx6lc
Freebox Mini4kfbx7hd-delta
Freebox v7 Deltafbx7hd-one
Freebox v7 One
This property allows the app to be customized based on the features and capabilities of the device.
- property firmwareVersion¶
Version of the software the device is running.
- property hdcpVersion¶
Version of HDCP currently negotiated with the sink. Note this exposes the minimum version of HDCP used in the topology.
Device.HdcpNotApplicable
=-1
HDCP not applicable (no digital output connected)Device.HdcpNotEngaged
=0
HDCP not engagedDevice.Hdcp_1_4
=14
HDCP 1.4Device.Hdcp_2_2
=22
HDCP 2.2
- property hdrModes¶
HDR modes supported by the device and the video output, as a bitmask of the following flags:
Device.HDR10
=0x1
SMPTE ST 2084Device.HLG
=0x2
ARIB STD B67
- property hdrEnabled¶
Reports whether HDR is enabled or not on the video output.
- property is4k¶
Reports whether 4k playback is supported by both the device and the display sink.