public final class MovAtom extends CustomPackage
Represents a QuickTime atom.
Modifier and Type | Method and Description |
---|---|
long |
getDataOffset()
Gets the data offset.
|
int |
getDataSize()
Gets the data size in bytes.
|
long |
getOffset()
Gets the atom offset.
|
int |
getSize()
Gets the atom size in bytes.
|
String |
getType()
Gets the 4-charactes type.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final long getOffset()
Gets the atom 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.
Copyright © 2020. All rights reserved.