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 or sets 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)
Gets or sets property name.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final long getOffset()
Gets the offset.
Value: The offset.public final int getSize()
Gets the data size in bytes.
Value: The data size.public final String getType()
Gets the 4-charactes type.
Value: The type.public final byte[] getData()
Gets the data.
Value: The data.public final String getName()
Gets or sets property name.
Value: Property name.getName
in interface IMetadataProperty
public final void setName(String value)
Gets or sets property name.
Value: Property name.setName
in interface IMetadataProperty
public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2017. All rights reserved.