Class DefaultBoxes
- java.lang.Object
-
- org.mp4parser.streaming.output.mp4.DefaultBoxes
-
- Direct Known Subclasses:
FragmentedMp4Writer,StandardMp4Writer
public abstract class DefaultBoxes extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultBoxes()
-
Method Summary
Modifier and Type Method Description protected DataInformationBoxcreateDinf()BoxcreateFtyp()protected abstract BoxcreateMdhd(StreamingTrack streamingTrack)protected BoxcreateMdia(StreamingTrack streamingTrack)protected BoxcreateMdiaHdlr(StreamingTrack streamingTrack)protected BoxcreateMinf(StreamingTrack streamingTrack)protected abstract BoxcreateMvhd()protected BoxcreateStbl(StreamingTrack streamingTrack)protected BoxcreateTkhd(StreamingTrack streamingTrack)protected BoxcreateTrak(StreamingTrack streamingTrack)
-
-
-
Method Detail
-
createFtyp
public Box createFtyp()
-
createMdiaHdlr
protected Box createMdiaHdlr(StreamingTrack streamingTrack)
-
createMdia
protected Box createMdia(StreamingTrack streamingTrack)
-
createMdhd
protected abstract Box createMdhd(StreamingTrack streamingTrack)
-
createMvhd
protected abstract Box createMvhd()
-
createMinf
protected Box createMinf(StreamingTrack streamingTrack)
-
createStbl
protected Box createStbl(StreamingTrack streamingTrack)
-
createDinf
protected DataInformationBox createDinf()
-
createTrak
protected Box createTrak(StreamingTrack streamingTrack)
-
createTkhd
protected Box createTkhd(StreamingTrack streamingTrack)
-
-