MovAtom
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
All Implemented Interfaces: com.groupdocs.metadata.core.IIsoMediaBox
public final class MovAtom extends CustomPackage implements IIsoMediaBox
Represents a QuickTime atom.
Learn more
| Method | Description |
|---|---|
| getOffset() | Gets the atom offset. |
| getSize() | Gets the atom size in bytes. |
| getLongSize() | Gets the atom size in bytes. |
| getType() | Gets the 4-characters type. |
| getDataOffset() | Gets the data offset. |
| getDataSize() | Gets the data size in bytes. |
| hasExtendedSize() | Gets a value indicating whether the extended size field was used to store the atom data. |
| getAtoms() | Gets an array of MovAtom atoms. |
public final long getOffset()
Gets the atom offset.
Returns: long - The atom offset.
public final int getSize()
Gets the atom size in bytes.
Returns: int - The atom size.
public final long getLongSize()
Gets the atom size in bytes.
Returns: long - The atom size.
public final String getType()
Gets the 4-characters type.
Returns: java.lang.String - The type.
public final long getDataOffset()
Gets the data offset.
Returns: long - The data offset.
public final int getDataSize()
Gets the data size in bytes.
Returns: int - The data size.
public final boolean hasExtendedSize()
Gets a value indicating whether the extended size field was used to store the atom data.
Returns: boolean - True, if the extended size field was used to store the atom data; otherwise, false.
public final MovAtom[] getAtoms()
Gets an array of MovAtom atoms.
Value: The QuickTime atoms.
Returns: com.groupdocs.metadata.core.MovAtom[]
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.