Class AbstractCueBox
- java.lang.Object
-
- org.mp4parser.muxer.tracks.webvtt.sampleboxes.AbstractCueBox
-
- All Implemented Interfaces:
Box
- Direct Known Subclasses:
CueIDBox,CuePayloadBox,CueSettingsBox,CueSourceIDBox,CueTimeBox,VTTAdditionalTextBox
public abstract class AbstractCueBox extends Object implements Box
-
-
Constructor Summary
Constructors Constructor Description AbstractCueBox(String type)
-
Method Summary
Modifier and Type Method Description voidgetBox(WritableByteChannel writableByteChannel)StringgetContent()longgetSize()StringgetType()voidsetContent(String content)
-
-
-
Constructor Detail
-
AbstractCueBox
public AbstractCueBox(String type)
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getBox
public void getBox(WritableByteChannel writableByteChannel) throws IOException
- Specified by:
getBoxin interfaceBox- Throws:
IOException
-
-