SDC_USE_SUPPLIED_DISPLAY_CONFIG top-level constant

  1. @Deprecated('Use SET_DISPLAY_CONFIG_FLAGS.SDC_USE_SUPPLIED_DISPLAY_CONFIG instead')
int const SDC_USE_SUPPLIED_DISPLAY_CONFIG

The topology, source, and target mode information that are supplied in the pathArray and the modeInfoArray parameters are used, rather than looking up the configuration in the database.

Implementation

@Deprecated(
    'Use SET_DISPLAY_CONFIG_FLAGS.SDC_USE_SUPPLIED_DISPLAY_CONFIG instead')
const SDC_USE_SUPPLIED_DISPLAY_CONFIG = 0x00000020;