Package org.robovm.apple.corevideo
Class CVSMPTETime
- All Implemented Interfaces:
Iterable<CVSMPTETime>
public class CVSMPTETime extends Struct<CVSMPTETime>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVSMPTETime.CVSMPTETimePtr -
Constructor Summary
Constructors Constructor Description CVSMPTETime()CVSMPTETime(short subframes, short subframeDivisor, int counter, CVSMPTETimeType type, CVSMPTETimeFlags flags, short hours, short minutes, short seconds, short frames) -
Method Summary
Modifier and Type Method Description intgetCounter()CVSMPTETimeFlagsgetFlags()shortgetFrames()shortgetHours()shortgetMinutes()shortgetSeconds()shortgetSubframeDivisor()shortgetSubframes()CVSMPTETimeTypegetType()CVSMPTETimesetCounter(int counter)CVSMPTETimesetFlags(CVSMPTETimeFlags flags)CVSMPTETimesetFrames(short frames)CVSMPTETimesetHours(short hours)CVSMPTETimesetMinutes(short minutes)CVSMPTETimesetSeconds(short seconds)CVSMPTETimesetSubframeDivisor(short subframeDivisor)CVSMPTETimesetSubframes(short subframes)CVSMPTETimesetType(CVSMPTETimeType 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, wrap
-
Constructor Details
-
CVSMPTETime
public CVSMPTETime() -
CVSMPTETime
public CVSMPTETime(short subframes, short subframeDivisor, int counter, CVSMPTETimeType type, CVSMPTETimeFlags 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
-