Class CAFMarker

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

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

      • CAFMarker

        public CAFMarker()
      • CAFMarker

        public CAFMarker​(CAFMarkerType type,
                         double framePosition,
                         int markerID,
                         CAFSMPTETime SMPTETime,
                         int channel)
    • Method Detail

      • getFramePosition

        public double getFramePosition()
      • setFramePosition

        public CAFMarker setFramePosition​(double framePosition)
      • getMarkerID

        public int getMarkerID()
      • setMarkerID

        public CAFMarker setMarkerID​(int markerID)
      • getChannel

        public int getChannel()
      • setChannel

        public CAFMarker setChannel​(int channel)