com.coremedia.iso.boxes.apple
Class AppleCustomGenreBox

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

public final class AppleCustomGenreBox
extends AbstractAppleMetaDataBox


Field Summary
static String TYPE
           
 
Fields inherited from class com.googlecode.mp4parser.AbstractBox
type
 
Constructor Summary
AppleCustomGenreBox()
           
 
Method Summary
 String getGenre()
           
 void setGenre(String genre)
           
 
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

AppleCustomGenreBox

public AppleCustomGenreBox()
Method Detail

setGenre

public void setGenre(String genre)

getGenre

public String getGenre()


Copyright © 2012. All Rights Reserved.