keyframeBurstWindow

View as MarkdownOpen in Claude
1get keyframeBurstWindow(): number
2set keyframeBurstWindow(value): void

Keyframe burst window duration in milliseconds — the window over which video keyframe requests are counted before a keyframeCooldown applies. See Keyframe recovery for the full burst-with-cooldown mechanism. Default: 3000 (3 seconds).

Parameters

value
number

Keyframe burst window duration (ms).

Examples

1console.log(client.preferences.keyframeBurstWindow);