Class MusicEventIterator


  • public class MusicEventIterator
    extends org.robovm.rt.bro.NativeObject
    • Constructor Detail

      • MusicEventIterator

        protected MusicEventIterator()
    • Method Detail

      • getEventTime

        public double getEventTime()
      • getEventData

        public <T extends org.robovm.rt.bro.Struct<T>> T getEventData​(java.lang.Class<T> type)
      • getEventDataSize

        public int getEventDataSize()
      • dispose0

        protected OSStatus dispose0()
        Since:
        Available in iOS 5.0 and later.
      • seek0

        protected OSStatus seek0​(double inTimeStamp)
        Since:
        Available in iOS 5.0 and later.
      • nextEvent0

        protected OSStatus nextEvent0()
        Since:
        Available in iOS 5.0 and later.
      • previousEvent0

        protected OSStatus previousEvent0()
        Since:
        Available in iOS 5.0 and later.
      • getEventInfo0

        protected OSStatus getEventInfo0​(org.robovm.rt.bro.ptr.DoublePtr outTimeStamp,
                                         org.robovm.rt.bro.ptr.IntPtr outEventType,
                                         org.robovm.rt.bro.ptr.VoidPtr.VoidPtrPtr outEventData,
                                         org.robovm.rt.bro.ptr.IntPtr outEventDataSize)
        Since:
        Available in iOS 5.0 and later.
      • setEventInfo0

        protected OSStatus setEventInfo0​(MusicEventType inEventType,
                                         org.robovm.rt.bro.ptr.VoidPtr inEventData)
        Since:
        Available in iOS 5.0 and later.
      • setEventTime0

        protected OSStatus setEventTime0​(double inTimeStamp)
        Since:
        Available in iOS 5.0 and later.
      • deleteEvent0

        protected OSStatus deleteEvent0()
        Since:
        Available in iOS 5.0 and later.
      • hasPreviousEvent0

        protected OSStatus hasPreviousEvent0​(org.robovm.rt.bro.ptr.BooleanPtr outHasPrevEvent)
        Since:
        Available in iOS 5.0 and later.
      • hasNextEvent0

        protected OSStatus hasNextEvent0​(org.robovm.rt.bro.ptr.BooleanPtr outHasNextEvent)
        Since:
        Available in iOS 5.0 and later.
      • hasCurrentEvent0

        protected OSStatus hasCurrentEvent0​(org.robovm.rt.bro.ptr.BooleanPtr outHasCurEvent)
        Since:
        Available in iOS 5.0 and later.