org.rococoa.cocoa.coreaudio
Class SMPTETime

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.coreaudio.SMPTETime
Direct Known Subclasses:
SMPTETime.ByReference, SMPTETime.ByValue

public class SMPTETime
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class SMPTETime.ByReference
           
static class SMPTETime.ByValue
           
 
Field Summary
 int mCounter
           
 int mFlags
           
 short mFrames
           
 short mHours
           
 short mMinutes
           
 short mSeconds
           
 short mSubframeDivisor
           
 short mSubframes
           
 int mType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SMPTETime()
           
SMPTETime(short mSubframes, short mSubframeDivisor, int mCounter, int mType, int mFlags, short mHours, short mMinutes, short mSeconds, short mFrames)
           
 
Method Summary
 SMPTETime.ByReference byReference()
           
 SMPTETime.ByValue byValue()
           
 SMPTETime clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SMPTETime

public SMPTETime()

SMPTETime

public SMPTETime(short mSubframes,
                 short mSubframeDivisor,
                 int mCounter,
                 int mType,
                 int mFlags,
                 short mHours,
                 short mMinutes,
                 short mSeconds,
                 short mFrames)
Method Detail

byReference

public SMPTETime.ByReference byReference()

byValue

public SMPTETime.ByValue byValue()

clone

public SMPTETime clone()
Overrides:
clone in class Object