| 41 | } |
| 42 | |
| 43 | interface ZoomIndicator extends HTMLDivElement { |
| 44 | timeoutId?: ReturnType<typeof setTimeout>; |
| 45 | } |
| 46 | |
| 47 | const PLAYBACK_RATES: number[] = [0.5, 1, 1.25, 1.5, 1.75, 2]; |
| 48 | const VOLUME_LEVELS: number[] = [0, 0.2, 0.4, 0.6, 0.8, 1.0]; |
nothing calls this directly
no outgoing calls
no test coverage detected