com.coremedia.iso.boxes.apple
Class AppleCommentBox

java.lang.Object
  extended by com.googlecode.mp4parser.AbstractBox
      extended by com.coremedia.iso.boxes.apple.AbstractAppleMetaDataBox
          extended by com.coremedia.iso.boxes.apple.AppleCommentBox
All Implemented Interfaces:
Box, ContainerBox

public final class AppleCommentBox
extends AbstractAppleMetaDataBox

itunes MetaData comment box.


Field Summary
static String TYPE
           
 
Fields inherited from class com.googlecode.mp4parser.AbstractBox
type
 
Constructor Summary
AppleCommentBox()
           
 
Method Summary
 
Methods inherited from class com.coremedia.iso.boxes.apple.AbstractAppleMetaDataBox
_parseDetails, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, getValue, hexStringToByteArray, setBoxes, setValue, toString
 
Methods inherited from class com.googlecode.mp4parser.AbstractBox
getBox, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parse, setDeadBytes, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.coremedia.iso.boxes.ContainerBox
getIsoFile, getParent
 
Methods inherited from interface com.coremedia.iso.boxes.Box
getBox, getSize, getType, parse, setParent
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

AppleCommentBox

public AppleCommentBox()


Copyright © 2012. All Rights Reserved.