
org.mp4parser.streaming.extensions.CompositionTimeTrackExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of streaming Show documentation
Show all versions of streaming Show documentation
This package has a focus on streams. It can read A/V data from e.g. a network source.
package org.mp4parser.streaming.extensions;
import org.mp4parser.streaming.TrackExtension;
/**
* Purely a marker to signal that the track's samples will have {@link }
*/
public class CompositionTimeTrackExtension implements TrackExtension {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy