TeaSpeak-Client/imports/shared-app/ui/modal/ModalChangeLatency.d.ts
2021-02-20 18:55:36 +01:00

4 lines
351 B
TypeScript

import { ClientEntry } from "../../tree/Client";
import { VoicePlayerLatencySettings } from "../../voice/VoicePlayer";
export declare function spawnChangeLatency(client: ClientEntry, current: VoicePlayerLatencySettings, reset: () => VoicePlayerLatencySettings, apply: (settings: VoicePlayerLatencySettings) => void, callback_flush?: () => any): void;