Skip to main content

ILampArray::GetMinUpdateIntervalInMicroseconds

Returns the minimal interval at which the device is capable of updating its Lamp state, as reported by the device. This is comparable to the effective device refresh rate.

Syntax

Parameters

This method has no parameters.

Return value

Type: uint64_t The minimum time interval between updates for the device’s Lamp state, measured in microseconds.

Remarks

The device and system impose no restrictions on the frequency of SetColor API calls based on this value. The update interval is provided to help the title optimize how often to update device state.

Requirements

Header: LampArray.h Library: xgameplatform.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

Lighting API Overview
ILampArray
Last modified on August 20, 2026