> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ILampArray::GetMinUpdateIntervalInMicroseconds

> ILampArray::GetMinUpdateIntervalInMicroseconds

# ILampArray::GetMinUpdateIntervalInMicroseconds

デバイスによって報告された、デバイスが Lamp 状態を更新できる最小の間隔を返します。これは、実効的なデバイスのリフレッシュ レートに相当します。

## 構文

```cpp theme={null}
uint64_t GetMinUpdateIntervalInMicroseconds(
)
```

### パラメーター

このメソッドにはパラメーターがありません。

### 戻り値

Type: uint64\_t

デバイスの Lamp 状態の更新間の最小時間間隔で、マイクロ秒単位で計測されます。

## 解説

デバイスとシステムは、この値に基づいて SetColor API の呼び出し頻度に制限を課しません。この更新間隔は、タイトルがデバイス状態を更新する頻度を最適化するのに役立てるために提供されます。

## 要件

**ヘッダー:** LampArray.h

**ライブラリ:** xgameplatform.lib

**サポートされているプラットフォーム:** XBOX One ファミリ本体および XBOX Series 本体

## 関連項目

[Lighting API の概要](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampArray](/reference/lighting/lamparray/interfaces/ilamparray/ilamparray)


## Related topics

- [ILampArray](/ja-jp/reference/lighting/lamparray/interfaces/ilamparray/ilamparray.md)
- [ILampInfo::GetUpdateLatencyInMicroseconds](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getupdatelatencyinmicroseconds.md)
- [ILampArray::GetLampArrayKind](/ja-jp/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlamparraykind.md)
- [ILampArray::GetLampCount](/ja-jp/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampcount.md)
- [ILampArray::GetLampInfo](/ja-jp/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampinfo.md)
