Class CMTimeRange

  • All Implemented Interfaces:
    java.lang.Iterable<CMTimeRange>

    public class CMTimeRange
    extends org.robovm.rt.bro.Struct<CMTimeRange>
    • Constructor Detail

      • CMTimeRange

        public CMTimeRange()
      • CMTimeRange

        public CMTimeRange​(CMTime start,
                           CMTime duration)
    • Method Detail

      • getStart

        public CMTime getStart()
      • getDuration

        public CMTime getDuration()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • Zero

        public static CMTimeRange Zero()
        Since:
        Available in iOS 4.0 and later.
      • Invalid

        public static CMTimeRange Invalid()
        Since:
        Available in iOS 4.0 and later.
      • create

        public static CMTimeRange create​(CMTime start,
                                         CMTime duration)
        Since:
        Available in iOS 4.0 and later.
      • intersection

        public CMTimeRange intersection​(CMTimeRange otherRange)
        Since:
        Available in iOS 4.0 and later.
      • equals

        public boolean equals​(CMTimeRange range2)
        Since:
        Available in iOS 4.0 and later.
      • containsTime

        public boolean containsTime​(CMTime time)
        Since:
        Available in iOS 4.0 and later.
      • containsTimeRange

        public boolean containsTimeRange​(CMTimeRange otherRange)
        Since:
        Available in iOS 4.0 and later.
      • getEnd

        public CMTime getEnd()
        Since:
        Available in iOS 4.0 and later.
      • fromTimeToTime

        public static CMTimeRange fromTimeToTime​(CMTime start,
                                                 CMTime end)
        Since:
        Available in iOS 4.0 and later.
      • asDictionary

        public NSDictionary asDictionary​(CFAllocator allocator)
        Since:
        Available in iOS 4.0 and later.
      • create

        public static CMTimeRange create​(NSDictionary dictionaryRepresentation)
        Since:
        Available in iOS 4.0 and later.
      • show

        public void show()
        Since:
        Available in iOS 4.0 and later.