Retrieve the type of HDMI connector on the device.
#include <bps/deviceinfo.h>
BPS_API int deviceinfo_details_get_hdmi_connector(deviceinfo_details_t *details)
BlackBerry 10.2.0
The deviceinfo_details_t structure to get the HDMI connector type from.
The deviceinfo_details_get_hdmi_connector() function gets the type of HDMI connector on the device from the specified deviceinfo_details_t structure.
One of the values of the deviceinfo_hdmi_connector_t enumeration, or BPS_FAILURE if it is unknown.