Class CMClock

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CMClock
    extends CMClockOrTimebase
    • Constructor Detail

      • CMClock

        protected CMClock()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 6.0 and later.
      • getHostTimeClock

        public static CMClock getHostTimeClock()
        Since:
        Available in iOS 6.0 and later.
      • convertHostTimeToSystemUnits

        public static long convertHostTimeToSystemUnits​(CMTime hostTime)
        Since:
        Available in iOS 6.0 and later.
      • createHostTimeFromSystemUnits

        public static CMTime createHostTimeFromSystemUnits​(long hostTime)
        Since:
        Available in iOS 6.0 and later.
      • mightDrift

        public boolean mightDrift​(CMClock otherClock)
        Since:
        Available in iOS 6.0 and later.
      • invalidate

        public void invalidate()
        Since:
        Available in iOS 6.0 and later.