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

nl.vpro.domain.subtitles.SubtitlesProvider Maven / Gradle / Ivy

Go to download

Subtitles are related to media, but are implemented completely parallel. Classes to contain, parse, and assemble subtitle objects are here.

The newest version!
package nl.vpro.domain.subtitles;

import java.util.List;

/**
 * @since 8.2
 */
@FunctionalInterface
public interface SubtitlesProvider {

    List list(String mid);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy