Package org.robovm.apple.coreaudio
Class SMPTETime
public class SMPTETime extends Struct<SMPTETime>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSMPTETime.SMPTETimePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description SMPTETime()SMPTETime(short subframes, short subframeDivisor, int counter, SMPTETimeType type, SMPTEStateFlags flags, short hours, short minutes, short seconds, short frames) -
Method Summary
Modifier and Type Method Description intgetCounter()SMPTEStateFlagsgetFlags()shortgetFrames()shortgetHours()shortgetMinutes()shortgetSeconds()shortgetSubframeDivisor()shortgetSubframes()SMPTETimeTypegetType()SMPTETimesetCounter(int counter)SMPTETimesetFlags(SMPTEStateFlags flags)SMPTETimesetFrames(short frames)SMPTETimesetHours(short hours)SMPTETimesetMinutes(short minutes)SMPTETimesetSeconds(short seconds)SMPTETimesetSubframeDivisor(short subframeDivisor)SMPTETimesetSubframes(short subframes)SMPTETimesetType(SMPTETimeType type)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
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
-
getSubframeDivisor
public short getSubframeDivisor() -
setSubframeDivisor
-
getCounter
public int getCounter() -
setCounter
-
getType
-
setType
-
getFlags
-
setFlags
-
getHours
public short getHours() -
setHours
-
getMinutes
public short getMinutes() -
setMinutes
-
getSeconds
public short getSeconds() -
setSeconds
-
getFrames
public short getFrames() -
setFrames
-