public interface Package extends Package
| Modifier and Type | Method and Description |
|---|---|
void |
appendMobAttributeItem(TaggedValue mobAttributeItem) |
void |
clearMobAttributeList() |
int |
countMobAttributeList() |
boolean |
getConvertFrameRate() |
TaggedValue |
getMobAttributeItemAt(int index) |
List<? extends TaggedValue> |
getMobAttributeList() |
long |
getSubclipBegin() |
long |
getSubclipFullLength() |
void |
insertMobAttributeItem(int index,
TaggedValue mobAttributeItem) |
void |
prependMobAttributeItem(TaggedValue mobAttributeItem) |
void |
removeMobAttributeItemAt(int index) |
void |
setConvertFrameRate(Boolean convertFrameRate) |
void |
setSubclipBegin(Long subclipBegin) |
void |
setSubclipFullLength(Long subclipFullLength) |
appendNewEventTrack, appendNewStaticTrack, appendNewTimelineTrack, appendPackageAttribute, appendPackageAttribute, appendPackageKLVData, appendPackageTrack, appendPackageUserComment, appendPackageUserComment, changeReference, clearPackageAttributes, clearPackageKLVData, clearPackageTracks, clearPackageUserComments, clone, cloneExternal, copy, countPackageAttributes, countPackageKLVData, countPackageTracks, countPackageUserComments, getCreationTime, getPackageAttributes, getPackageID, getPackageKLVData, getPackageLastModified, getPackageName, getPackageTrackAt, getPackageTracks, getPackageUsage, getPackageUserComments, insertPackageTrackAt, lookupPackageTrack, offsetToPackageTimecode, prependPackageTrack, removePackageAttribute, removePackageKLVData, removePackageTrackAt, removePackageUserComment, setCreationTime, setPackageID, setPackageLastModified, setPackageName, setPackageUsageaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexgetAUID, getWeakTargetReferenceboolean getConvertFrameRate()
void setConvertFrameRate(Boolean convertFrameRate)
List<? extends TaggedValue> getMobAttributeList() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid appendMobAttributeItem(TaggedValue mobAttributeItem) throws NullPointerException
NullPointerExceptionvoid prependMobAttributeItem(TaggedValue mobAttributeItem) throws NullPointerException
NullPointerExceptionvoid insertMobAttributeItem(int index,
TaggedValue mobAttributeItem)
throws NullPointerException,
IndexOutOfBoundsException
int countMobAttributeList()
void clearMobAttributeList()
TaggedValue getMobAttributeItemAt(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionvoid removeMobAttributeItemAt(int index)
throws IndexOutOfBoundsException
IndexOutOfBoundsException@Int64 long getSubclipFullLength() throws PropertyNotPresentException
PropertyNotPresentException@Int64 long getSubclipBegin() throws PropertyNotPresentException
PropertyNotPresentException(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.