Class NSValueExtensions

    • Method Detail

      • getCMTimeValue

        public static CMTime getCMTimeValue​(NSValue thiz)
        Since:
        Available in iOS 4.0 and later.
      • getCMTimeRangeValue

        public static CMTimeRange getCMTimeRangeValue​(NSValue thiz)
        Since:
        Available in iOS 4.0 and later.
      • getCMTimeMappingValue

        public static CMTimeMapping getCMTimeMappingValue​(NSValue thiz)
        Since:
        Available in iOS 4.0 and later.
      • create

        protected static NSValue create​(org.robovm.objc.ObjCClass clazz,
                                        CMTime time)
        Since:
        Available in iOS 4.0 and later.
      • create

        protected static NSValue create​(org.robovm.objc.ObjCClass clazz,
                                        CMTimeRange timeRange)
        Since:
        Available in iOS 4.0 and later.
      • create

        protected static NSValue create​(org.robovm.objc.ObjCClass clazz,
                                        CMTimeMapping timeMapping)
        Since:
        Available in iOS 4.0 and later.