You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MediaType.js 115B

123456789
  1. /**
  2. * The audio type.
  3. */
  4. export const AUDIO = 'audio';
  5. /**
  6. * The video type.
  7. */
  8. export const VIDEO = 'video';