org.rococoa.cocoa.corevideo
Class CVSMPTETime

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

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


Nested Class Summary
static class CVSMPTETime.ByReference
           
static class CVSMPTETime.ByValue
           
 
Field Summary
 int counter
           
 int flags
           
 short frames
           
 short hours
           
 short minutes
           
 short seconds
           
 short subframeDivisor
           
 short subframes
           
 int type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
CVSMPTETime()
           
CVSMPTETime(short subframes, short subframeDivisor, int counter, int type, int flags, short hours, short minutes, short seconds, short frames)
           
 
Method Summary
 CVSMPTETime.ByReference byReference()
           
 CVSMPTETime.ByValue byValue()
           
 CVSMPTETime 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

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

CVSMPTETime

public CVSMPTETime()

CVSMPTETime

public CVSMPTETime(short subframes,
                   short subframeDivisor,
                   int counter,
                   int type,
                   int flags,
                   short hours,
                   short minutes,
                   short seconds,
                   short frames)
Method Detail

byReference

public CVSMPTETime.ByReference byReference()

byValue

public CVSMPTETime.ByValue byValue()

clone

public CVSMPTETime clone()
Overrides:
clone in class Object