org.rococoa.cocoa.coreaudio
Class SMPTETime
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.coreaudio.SMPTETime
- Direct Known Subclasses:
- SMPTETime.ByReference, SMPTETime.ByValue
public class SMPTETime
- extends com.ochafik.lang.jnaerator.runtime.Structure
Constructor Summary |
SMPTETime()
|
SMPTETime(short mSubframes,
short mSubframeDivisor,
int mCounter,
int mType,
int mFlags,
short mHours,
short mMinutes,
short mSeconds,
short mFrames)
|
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 |
mSubframes
public short mSubframes
mSubframeDivisor
public short mSubframeDivisor
mCounter
public int mCounter
mType
public int mType
mFlags
public int mFlags
mHours
public short mHours
mMinutes
public short mMinutes
mSeconds
public short mSeconds
mFrames
public short mFrames
SMPTETime
public SMPTETime()
SMPTETime
public SMPTETime(short mSubframes,
short mSubframeDivisor,
int mCounter,
int mType,
int mFlags,
short mHours,
short mMinutes,
short mSeconds,
short mFrames)
byReference
public SMPTETime.ByReference byReference()
byValue
public SMPTETime.ByValue byValue()
clone
public SMPTETime clone()
- Overrides:
clone
in class Object