* <p>List of available settings overrides supported by the camera device that can
* be used to speed up certain controls.</p>
*
* <p>Type: int32[n]</p>
*
* <p>This tag may appear in:
* <ul>
* <li>ACameraMetadata from ACameraManager_getCameraCharacteristics</li>
* </ul></p>
*
* <p>When not all controls within a CaptureRequest are required to take effect
* at the same time on the outputs, the camera device may apply certain request keys sooner
* to improve latency. This list contains such supported settings overrides. Each settings
* override corresponds to a set of CaptureRequest keys that can be sped up when applying.</p>
* <p>A supported settings override can be passed in via
* <a href="https://developer.android.com/reference/android/hardware/camera2/CaptureRequest.html#CONTROL_SETTINGS_OVERRIDE">CaptureRequest#CONTROL_SETTINGS_OVERRIDE</a>, and the
* CaptureRequest keys corresponding to the override are applied as soon as possible, not
* bound by per-frame synchronization. See ACAMERA_CONTROL_SETTINGS_OVERRIDE for the