Package org.webrtc

Class Size

java.lang.Object
org.webrtc.Size

public class Size extends Object
Class for representing size of an object. Very similar to android.util.Size but available on all devices.
  • Field Details

    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Size

      public Size(int width, int height)
  • Method Details