public abstract class AbstractCueBox extends Object implements Box
| Constructor and Description |
|---|
AbstractCueBox(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
getBox(WritableByteChannel writableByteChannel) |
String |
getContent() |
long |
getSize() |
String |
getType() |
void |
setContent(String content) |
public AbstractCueBox(String type)
public String getContent()
public void setContent(String content)
public void getBox(WritableByteChannel writableByteChannel) throws IOException
getBox in interface BoxIOExceptionCopyright © 2019. All rights reserved.