|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KLVData
Specifies a container for user data specified with a key (SMPTE label), length and value. SMPTE KLV's are specified in SMPTE&336M.
makeKLVData()
,
KLVDataDefinition
,
Component.getKLVData()
,
Mob.getKLVData()
,
TypeDefinitionOpaque
Method Summary | |
---|---|
AUID |
getKey()
Returns the key of this KLV data. |
int |
getLength()
Returns the size of the data buffer for this KLV data. |
byte[] |
getValue()
Returns the value of this KLV data. |
void |
setValue(byte[] value)
Sets the data value and length of the KLV data from the given value. |
Methods inherited from interface tv.amwa.maj.iface.InterchangeObject |
---|
countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, setPropertyValue |
Method Detail |
---|
AUID getKey()
Returns the key of this KLV data.
@DataBuffer byte[] getValue()
Returns the value of this KLV data.
@UInt32 int getLength()
Returns the size of the data buffer for this KLV data.
void setValue(@DataBuffer byte[] value) throws NullPointerException
Sets the data value and length of the KLV data from the given value.
value
- Value to set for the KLV data.
NullPointerException
- The given buffer for the data value is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |