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