Package org.mp4parser.boxes.apple
Class AppleTrackNumberBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.boxes.apple.AppleDataBox
-
- org.mp4parser.boxes.apple.AppleTrackNumberBox
-
- All Implemented Interfaces:
Box,ParsableBox
public class AppleTrackNumberBox extends AppleDataBox
Created by sannies on 10/15/13.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description AppleTrackNumberBox()
-
Method Summary
Modifier and Type Method Description intgetA()intgetB()protected intgetDataLength()protected voidparseData(ByteBuffer data)voidsetA(int a)voidsetB(int b)protected byte[]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
-
-
-
-
Method Detail
-
getA
public int getA()
-
setA
public void setA(int a)
-
getB
public int getB()
-
setB
public void setB(int b)
-
writeData
protected byte[] writeData()
- Specified by:
writeDatain classAppleDataBox
-
parseData
protected void parseData(ByteBuffer data)
- Specified by:
parseDatain classAppleDataBox
-
getDataLength
protected int getDataLength()
- Specified by:
getDataLengthin classAppleDataBox
-
-