Modifier and Type | Class and Description |
---|---|
static class |
ITunesMetadataBox.DataType |
Constructor and Description |
---|
ITunesMetadataBox() |
Modifier and Type | Method and Description |
---|---|
void |
decode(MP4InputStream in)
Decodes the given input stream by reading this box and all of its
children (if any).
|
boolean |
getBoolean()
Returns the content as a boolean (flag) value.
|
byte[] |
getData()
Returns an unmodifiable array with the raw content, that can be present
in different formats.
|
ITunesMetadataBox.DataType |
getDataType() |
java.util.Date |
getDate() |
int |
getInteger() |
long |
getNumber()
Returns the content as an unsigned 8-bit integer.
|
java.lang.String |
getText()
Returns the content as a text string.
|
getChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toString
public void decode(MP4InputStream in) throws java.io.IOException
BoxImpl
public ITunesMetadataBox.DataType getDataType()
public byte[] getData()
public java.lang.String getText()
public long getNumber()
public int getInteger()
public boolean getBoolean()
public java.util.Date getDate()