LjConst.js 251 B

1234567891011
  1. const constBase = {
  2. BASE_DIR:'\\Users\\john\\LingJiao\\',
  3. VIDEO_TYPE_M3U8 : 'm3u8',
  4. VIDEO_TYPE_MP4 : 'mp4',
  5. VIDEO_TYPE_MP3 : 'mp3',
  6. RES_TYPE_AUDIO : 4,
  7. RES_TYPE_IMAGE : 3,
  8. RES_TYPE_VIDEO : 0,
  9. }
  10. module.exports = constBase;