public interface CPSystemItem extends EssenceElement
CPData, CPPicture, CPSound, ELEMENT_COUNT_INDEX, ELEMENT_NUMBER_INDEX, ELEMENT_TYPE_INDEX, essenceElementBase, GCCompound, GCData, GCPicture, GCSound, ITEM_TYPE_INDEX| Modifier and Type | Method and Description |
|---|---|
byte |
getBitmap() |
short |
getChannelHandle() |
short |
getContinuityCount() |
byte[] |
getCreationDate() |
UL |
getLabel() |
byte |
getRate() |
byte |
getType() |
UnitType |
getUnitType() |
byte[] |
getUserDate() |
void |
setBitmap(byte bitmap) |
void |
setChannelHandle(short channelHandle) |
void |
setContinuityCount(short continuityCount) |
void |
setCreationDate(byte[] creationDate) |
void |
setLabel(UL label) |
void |
setRate(byte rate) |
void |
setType(byte type) |
void |
setUserDate(byte[] userDate) |
UnitType getUnitType()
getUnitType in interface MXFUnitvoid setUserDate(byte[] userDate)
byte[] getUserDate()
void setCreationDate(byte[] creationDate)
byte[] getCreationDate()
void setLabel(UL label)
UL getLabel()
void setContinuityCount(short continuityCount)
short getContinuityCount()
void setChannelHandle(short channelHandle)
short getChannelHandle()
void setType(byte type)
byte getType()
void setRate(byte rate)
byte getRate()
void setBitmap(byte bitmap)
byte getBitmap()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.