Class RecordVideoSize


  • public class RecordVideoSize
    extends Object
    • Field Detail

      • width

        public int width
        Video frame width.
      • height

        public int height
        Video frame height.
    • Constructor Detail

      • RecordVideoSize

        public RecordVideoSize​(int width,
                               int height)