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

org.red5.io.isobmff.atom.HVC1Box Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
package org.red5.io.isobmff.atom;

import org.jcodec.containers.mp4.boxes.Header;
import org.jcodec.containers.mp4.boxes.VideoSampleEntry;

public class HVC1Box extends VideoSampleEntry {

    public HVC1Box() {
        super(new Header("hvc1"));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy