matroska
Version:
Matroska node parser
12 lines (10 loc) • 357 B
JavaScript
/*jslint node: true, vars: true, nomen: true */
;
module.exports = {
Decoder: require('./lib/decoder'),
Document: require('./lib/document'),
Schema: require('./lib/schema'),
FileSource: require('./lib/source/fileSource'),
HttpSource: require('./lib/source/httpSource'),
StreamFactorySource: require('./lib/source/streamFactorySource')
};