export const SKIP_TIME_BASE = 10; export const MAX_SEEK_TIME = 600; export enum SEEK_TYPE { FORWARD = "forward", REWIND = "rewind", }