![JAR search and dependency download from the Maven repository](/logo.png)
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