index.js 256 B

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