Class CAFSMPTETime

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

    public class CAFSMPTETime
    extends org.robovm.rt.bro.Struct<CAFSMPTETime>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CAFSMPTETime.CAFSMPTETimePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      CAFSMPTETime()  
      CAFSMPTETime​(byte hours, byte minutes, byte seconds, byte frames, int subFrameSampleOffset)  
    • Constructor Detail

      • CAFSMPTETime

        public CAFSMPTETime()
      • CAFSMPTETime

        public CAFSMPTETime​(byte hours,
                            byte minutes,
                            byte seconds,
                            byte frames,
                            int subFrameSampleOffset)
    • Method Detail

      • getHours

        public byte getHours()
      • getMinutes

        public byte getMinutes()
      • setMinutes

        public CAFSMPTETime setMinutes​(byte minutes)
      • getSeconds

        public byte getSeconds()
      • setSeconds

        public CAFSMPTETime setSeconds​(byte seconds)
      • getFrames

        public byte getFrames()
      • setFrames

        public CAFSMPTETime setFrames​(byte frames)
      • getSubFrameSampleOffset

        public int getSubFrameSampleOffset()
      • setSubFrameSampleOffset

        public CAFSMPTETime setSubFrameSampleOffset​(int subFrameSampleOffset)