index.js 270 B

12345678910111213
  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. tag: require('./flv-tag'),
  10. Transmuxer: require('./transmuxer'),
  11. getFlvHeader: require('./flv-header')
  12. };