Searched defs:AppleDataBox (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleDataBox.java10 public final class AppleDataBox extends AbstractFullBox { class in inherits:AbstractFullBox
16 private static AppleDataBox getEmpty() {
17 AppleDataBox appleDataBox = new AppleDataBox();
23 public static AppleDataBox getStringAppleDataBox() {
24 AppleDataBox appleDataBox = getEmpty();
30 public static AppleDataBox getUint8AppleDataBox() {
31 AppleDataBox appleDataBox = new AppleDataBox();
37 public static AppleDataBox getUint16AppleDataBo
51 public AppleDataBox() { method in class:AppleDataBox
[all...]

Completed in 360 milliseconds