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

com.iheartradio.m3u8.data.StreamInfoBuilder Maven / Gradle / Ivy

package com.iheartradio.m3u8.data;

import java.util.List;

public interface StreamInfoBuilder {
    public StreamInfoBuilder withBandwidth(int bandwidth);

    public StreamInfoBuilder withAverageBandwidth(int averageBandwidth);

    public StreamInfoBuilder withCodecs(List codecs);

    public StreamInfoBuilder withResolution(Resolution resolution);

    public StreamInfoBuilder withFrameRate(float frameRate);

    public StreamInfoBuilder withVideo(String video);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy