@Deprecated public final class QuickTimeAtom extends MetadataContainer implements IMetadataProperty
Represents a QuickTime atom.
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Deprecated.
|
long |
getDataOffset()
Deprecated.
Gets the data offset.
|
int |
getDataSize()
Deprecated.
Gets the data size in bytes.
|
String |
getFormattedValue()
Deprecated.
|
String |
getName()
Deprecated.
|
long |
getOffset()
Deprecated.
Gets the offset.
|
int |
getSize()
Deprecated.
Gets the atom size in bytes.
|
String |
getType()
Deprecated.
Gets the 4-charactes type.
|
void |
setName(String value)
Deprecated.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final long getOffset()
Gets the offset.
public final int getSize()
Gets the atom size in bytes.
public final String getType()
Gets the 4-charactes type.
public final long getDataOffset()
Gets the data offset.
public final int getDataSize()
Gets the data size in bytes.
@Deprecated public final byte[] getData()
Gets the data.
@Deprecated public final String getName()
Gets property name.
getName
in interface IMetadataProperty
@Deprecated public final void setName(String value)
Sets property name.
setName
in interface IMetadataProperty
value
- Property name.@Deprecated public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2020. All rights reserved.