Interface Resolution


@Immutable
public interface Resolution
Video resolution interface
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  Resolution.Builder  
  • Method Summary

    Modifier and Type Method Description
    static Resolution.Builder builder()  
    int height()  
    static Resolution of​(int width, int height)  
    int width()  
  • Method Details

    • width

      int width()
    • height

      int height()
    • builder

      static Resolution.Builder builder()
    • of

      static Resolution of​(int width, int height)