Rocket.Chat.ReactNative/app/containers/AudioPlayer/constants.ts

14 lines
382 B
TypeScript

export const AVAILABLE_SPEEDS = [0.5, 1, 1.5, 2];
export const AUDIO_BUTTON_HIT_SLOP = { top: 8, right: 8, bottom: 8, left: 8 };
export const SEEK_HIT_SLOP = { top: 12, right: 8, bottom: 12, left: 8 };
export const THUMB_SEEK_SIZE = 12;
export const AUDIO_PLAYBACK_SPEED = 'audioPlaybackSpeed';
export const DEFAULT_TIME_LABEL = '00:00';
export const ACTIVE_OFFSET_X = 0.001;