Class CVTime


  • public final class CVTime
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CVTime()  
        CVTime​(long timeValue, int timeScale, int flags)  
      protected CVTime​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int flags()  
      void setFlags​(int value)  
      void setTimeScale​(int value)  
      void setTimeValue​(long value)  
      int timeScale()  
      long timeValue()  
      • 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

      • CVTime

        public CVTime()
      • CVTime

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

        public CVTime​(long timeValue,
                      int timeScale,
                      int flags)
    • Method Detail

      • timeValue

        public long timeValue()
      • setTimeValue

        public void setTimeValue​(long value)
      • timeScale

        public int timeScale()
      • setTimeScale

        public void setTimeScale​(int value)
      • flags

        public int flags()
      • setFlags

        public void setFlags​(int value)