UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

8 lines (6 loc) 245 B
BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_SUBTITLE, "stxt", function(stream) { this.parseHeader(stream); this.content_encoding = stream.readCString(); this.mime_format = stream.readCString(); this.parseFooter(stream); });