Class RecordVideoSize


  • public class RecordVideoSize
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height
      Video frame height.
      int width
      Video frame width.
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordVideoSize​(int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)