index.js 215 B

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