public abstract class AbstractCueBox extends WriteOnlyBox
| Constructor and Description |
|---|
AbstractCueBox(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
getBox(WritableByteChannel writableByteChannel)
Writes the complete box - size | 4-cc | content - to the given
writableByteChannel. |
String |
getContent() |
long |
getSize() |
void |
setContent(String content) |
public AbstractCueBox(String type)
public String getContent()
public void setContent(String content)
public long getSize()
public void getBox(WritableByteChannel writableByteChannel) throws IOException
BoxwritableByteChannel.writableByteChannel - the box's sinkIOException - in case of problems with the ChannelCopyright © 2016. All rights reserved.