hi_hdmi_sink_capability

Description

Defines the HDMI sink capability set.

Definition

typedef struct {
    hi_bool is_connected;
    hi_bool support_hdmi;
    hi_bool support_hdmi_2_0;
} hi_hdmi_sink_capability;

Members

Member

Description

is_connected

Whether the device is connected.

  • HI_TRUE: connected
  • HI_FALSE: disconnected

support_hdmi

Whether the device supports HDMI 1.4.

  • HI_TRUE: supported
  • HI_FALSE: not supported.

support_hdmi_2_0

Whether the device supports HDMI 2.0.

  • HI_TRUE: supported
  • HI_FALSE: not supported.