Home Reference Source
public class | source

MP4

Static Method Summary

Static Public Methods
public static

avc1(track: undefined): *

public static

box(type: undefined, payload: undefined): *

public static

esds(track: undefined): *

public static

hdlr(type: undefined): *

public static

init()

public static

initSegment(tracks: undefined): *

public static

mdat(data: undefined): *

public static

mdhd(timescale: undefined, duration: undefined): *

public static

mdia(track: undefined): *

public static

mfhd(sequenceNumber: undefined): *

public static

minf(track: undefined): *

public static

moof(sn: undefined, baseMediaDecodeTime: undefined, track: undefined): *

public static

moov(): *

public static

mp3(track: undefined): *

public static

mp4a(track: undefined): *

public static

mvex(tracks: undefined): *

public static

mvhd(timescale: undefined, duration: undefined): *

public static

sdtp(track: undefined): *

public static

stbl(track: undefined): *

public static

stsd(track: undefined): *

public static

tkhd(track: undefined): *

public static

traf(track: undefined, baseMediaDecodeTime: undefined): *

public static

trak(track: undefined): *

Generate a track box.

public static

trex(track: undefined): *

public static

trun(track: undefined, offset: undefined): *

Static Public Methods

public static avc1(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static box(type: undefined, payload: undefined): * source

Params:

NameTypeAttributeDescription
type undefined
payload undefined

Return:

*

public static esds(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static hdlr(type: undefined): * source

Params:

NameTypeAttributeDescription
type undefined

Return:

*

public static init() source

public static initSegment(tracks: undefined): * source

Params:

NameTypeAttributeDescription
tracks undefined

Return:

*

public static mdat(data: undefined): * source

Params:

NameTypeAttributeDescription
data undefined

Return:

*

public static mdhd(timescale: undefined, duration: undefined): * source

Params:

NameTypeAttributeDescription
timescale undefined
duration undefined

Return:

*

public static mdia(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static mfhd(sequenceNumber: undefined): * source

Params:

NameTypeAttributeDescription
sequenceNumber undefined

Return:

*

public static minf(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static moof(sn: undefined, baseMediaDecodeTime: undefined, track: undefined): * source

Params:

NameTypeAttributeDescription
sn undefined
baseMediaDecodeTime undefined
track undefined

Return:

*

public static moov(): * source

Params:

NameTypeAttributeDescription
tracks... *

(optional) {array} the tracks associated with this movie

Return:

*

public static mp3(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static mp4a(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static mvex(tracks: undefined): * source

Params:

NameTypeAttributeDescription
tracks undefined

Return:

*

public static mvhd(timescale: undefined, duration: undefined): * source

Params:

NameTypeAttributeDescription
timescale undefined
duration undefined

Return:

*

public static sdtp(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static stbl(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static stsd(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static tkhd(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static traf(track: undefined, baseMediaDecodeTime: undefined): * source

Params:

NameTypeAttributeDescription
track undefined
baseMediaDecodeTime undefined

Return:

*

public static trak(track: undefined): * source

Generate a track box.

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static trex(track: undefined): * source

Params:

NameTypeAttributeDescription
track undefined

Return:

*

public static trun(track: undefined, offset: undefined): * source

Params:

NameTypeAttributeDescription
track undefined
offset undefined

Return:

*