![JAR search and dependency download from the Maven repository](/logo.png)
org.mp4parser.boxes.apple.AppleTempoBox Maven / Gradle / Ivy
package org.mp4parser.boxes.apple;
/**
* Created by Tobias Bley / UltraMixer on 04/25/2014.
*/
public class AppleTempoBox extends AppleVariableSignedIntegerBox {
public AppleTempoBox() {
super("tmpo");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy