Class CMVideoDimensions


  • public final class CMVideoDimensions
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int height()  
      void setHeight​(int value)  
      void setWidth​(int value)  
      int width()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMVideoDimensions

        public CMVideoDimensions()
      • CMVideoDimensions

        protected CMVideoDimensions​(org.moe.natj.general.Pointer peer)
      • CMVideoDimensions

        public CMVideoDimensions​(int width,
                                 int height)
    • Method Detail

      • width

        public int width()
      • setWidth

        public void setWidth​(int value)
      • height

        public int height()
      • setHeight

        public void setHeight​(int value)