org.rococoa.cocoa.corevideo
Class CVSMPTETime
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.corevideo.CVSMPTETime
- Direct Known Subclasses:
- CVSMPTETime.ByReference, CVSMPTETime.ByValue
public class CVSMPTETime
- extends com.ochafik.lang.jnaerator.runtime.Structure
Constructor Summary |
CVSMPTETime()
|
CVSMPTETime(short subframes,
short subframeDivisor,
int counter,
int type,
int flags,
short hours,
short minutes,
short seconds,
short frames)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
subframes
public short subframes
subframeDivisor
public short subframeDivisor
counter
public int counter
type
public int type
flags
public int flags
hours
public short hours
minutes
public short minutes
seconds
public short seconds
frames
public short frames
CVSMPTETime
public CVSMPTETime()
CVSMPTETime
public CVSMPTETime(short subframes,
short subframeDivisor,
int counter,
int type,
int flags,
short hours,
short minutes,
short seconds,
short frames)
byReference
public CVSMPTETime.ByReference byReference()
byValue
public CVSMPTETime.ByValue byValue()
clone
public CVSMPTETime clone()
- Overrides:
clone
in class Object