public final class QuickTimeAtom extends Object implements IMetadataProperty
Represents QuickTime atom.
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets the data.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getName()
Gets property name.
|
long |
getOffset()
Gets the offset.
|
int |
getSize()
Gets the data size in bytes.
|
String |
getType()
Gets the 4-charactes type.
|
void |
setName(String value)
Sets property name.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final long getOffset()
Gets the offset.
public final int getSize()
Gets the data size in bytes.
public final String getType()
Gets the 4-charactes type.
public final byte[] getData()
Gets the data.
public final String getName()
Gets property name.
getName
in interface IMetadataProperty
public final void setName(String value)
Sets property name.
setName
in interface IMetadataProperty
value
- Property name.public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2018. All rights reserved.