MCPcopy Create free account
hub / github.com/Moebytes/Frame-Player / writeUint8

Method writeUint8

structures/MP4Demuxer.ts:104–107  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

102 }
103
104 writeUint8(value: any) {
105 this.data.set([value], this.idx)
106 this.idx++
107 }
108
109 writeUint16(value: any) {
110 // TODO: find a more elegant solution to endianess.

Callers 1

getExtradataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected