All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.mp4parser.boxes.apple.Apple_geIDBox Maven / Gradle / Ivy

package com.googlecode.mp4parser.boxes.apple;

/**
 * Created by sannies on 10/22/13.
 */
public class Apple_geIDBox extends AppleVariableSignedIntegerBox {
    public Apple_geIDBox() {
        super("geID");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy