Package io.lindstrom.m3u8.model
Interface Resolution
@Immutable
public interface Resolution
Video resolution interface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResolution.Builder -
Method Summary
Modifier and Type Method Description static Resolution.Builderbuilder()intheight()static Resolutionof(int width, int height)intwidth()
-
Method Details
-
width
int width() -
height
int height() -
builder
-
of
-