Class SMPTETime

All Implemented Interfaces:
Iterable<SMPTETime>

public class SMPTETime
extends Struct<SMPTETime>
  • Constructor Details

    • SMPTETime

      public SMPTETime()
    • SMPTETime

      public SMPTETime​(short subframes, short subframeDivisor, int counter, SMPTETimeType type, SMPTEStateFlags flags, short hours, short minutes, short seconds, short frames)
  • Method Details

    • getSubframes

      public short getSubframes()
    • setSubframes

      public SMPTETime setSubframes​(short subframes)
    • getSubframeDivisor

      public short getSubframeDivisor()
    • setSubframeDivisor

      public SMPTETime setSubframeDivisor​(short subframeDivisor)
    • getCounter

      public int getCounter()
    • setCounter

      public SMPTETime setCounter​(int counter)
    • getType

      public SMPTETimeType getType()
    • setType

      public SMPTETime setType​(SMPTETimeType type)
    • getFlags

      public SMPTEStateFlags getFlags()
    • setFlags

      public SMPTETime setFlags​(SMPTEStateFlags flags)
    • getHours

      public short getHours()
    • setHours

      public SMPTETime setHours​(short hours)
    • getMinutes

      public short getMinutes()
    • setMinutes

      public SMPTETime setMinutes​(short minutes)
    • getSeconds

      public short getSeconds()
    • setSeconds

      public SMPTETime setSeconds​(short seconds)
    • getFrames

      public short getFrames()
    • setFrames

      public SMPTETime setFrames​(short frames)