com.coremedia.iso.boxes.apple
Class AppleMediaTypeBox

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

public class AppleMediaTypeBox
extends AbstractAppleMetaDataBox

itunes MetaData comment box.


Field Summary
static String TYPE
           
 
Fields inherited from class com.googlecode.mp4parser.AbstractBox
type
 
Constructor Summary
AppleMediaTypeBox()
           
 
Method Summary
 String getReadableValue()
           
 
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

AppleMediaTypeBox

public AppleMediaTypeBox()
Method Detail

getReadableValue

public String getReadableValue()


Copyright © 2012. All Rights Reserved.