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

io.lindstrom.m3u8.model.Playlist Maven / Gradle / Ivy

There is a newer version: 0.28
Show newest version
package io.lindstrom.m3u8.model;

import org.immutables.value.Value;

public interface Playlist {
    int version();

    @Value.Default
    default boolean independentSegments() {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy