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

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

package com.googlecode.mp4parser.boxes.apple;

/**
 * Created by Tobias Bley / UltraMixer on 04/25/2014.
 */
public class AppleLyricsBox extends Utf8AppleDataBox {
    public AppleLyricsBox() {
        super("©lyr");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy