Package org.mp4parser.boxes.apple
Class AppleGenreIDBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.boxes.apple.AppleDataBox
-
- org.mp4parser.boxes.apple.AppleVariableSignedIntegerBox
-
- org.mp4parser.boxes.apple.AppleGenreIDBox
-
- All Implemented Interfaces:
Box,ParsableBox
public class AppleGenreIDBox extends AppleVariableSignedIntegerBox
Created by Tobias Bley, UltraMixer on 04/25/2014.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description AppleGenreIDBox()
-
Method Summary
-
Methods inherited from class org.mp4parser.boxes.apple.AppleVariableSignedIntegerBox
getDataLength, getIntLength, getValue, parseData, setIntLength, setValue, writeData
-
Methods inherited from class org.mp4parser.boxes.apple.AppleDataBox
_parseDetails, getContent, getContentSize, getDataCountry, getDataLanguage, getDataType, getLanguageString, parseDataLength4ccTypeCountryLanguageAndReturnRest, setDataCountry, setDataLanguage, writeDataLength4ccTypeCountryLanguage
-
Methods inherited from class org.mp4parser.support.AbstractBox
getBox, getSize, getType, getUserType, isParsed, parse, parseDetails
-
-