index.js 201 B

12345678910
  1. /**
  2. * mux.js
  3. *
  4. * Copyright (c) Brightcove
  5. * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
  6. */
  7. module.exports = {
  8. Adts: require('./adts'),
  9. h264: require('./h264')
  10. };