Media Authoring
with Java API

tv.amwa.maj.entity.item
Class KLVDataItem

java.lang.Object
  extended by tv.amwa.maj.entity.item.Item
      extended by tv.amwa.maj.entity.item.ListItem
          extended by tv.amwa.maj.entity.item.KLVDataItem

public class KLVDataItem
extends ListItem


Constructor Summary
KLVDataItem(KLVData klvData, int index)
           
 
Method Summary
 Object getItem()
           
 KLVData getKLVData()
           
 void setKLVData(KLVData klvData)
           
 
Methods inherited from class tv.amwa.maj.entity.item.ListItem
getListIndex, resetListIndices, setListIndex, toString, unpackList
 
Methods inherited from class tv.amwa.maj.entity.item.Item
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KLVDataItem

public KLVDataItem(KLVData klvData,
                   int index)
Method Detail

getKLVData

public KLVData getKLVData()

setKLVData

public void setKLVData(KLVData klvData)

getItem

public Object getItem()
Specified by:
getItem in class Item

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.