gkozlenko/node-video-lib

View on GitHub
lib/mp4/atom.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

class Atom {

    type() {

    }

    parse() {

    }

    build() {

    }

    bufferSize() {

    }

}

module.exports = Atom;