keyframeBurstWindow

View as MarkdownOpen in Claude
get keyframeBurstWindow(): number
set 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

console.log(client.preferences.keyframeBurstWindow);