org.rococoa.cocoa.iokit
Class IOAudioSMPTETime

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

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

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class IOAudioSMPTETime.ByReference
           
static class IOAudioSMPTETime.ByValue
           
 
Field Summary
 int fCounter
           
 int fFlags
           
 short fFrames
           
 short fHours
           
 short fMinutes
           
 short fSeconds
           
 short fSubframeDivisor
           
 short fSubframes
           
 int fType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOAudioSMPTETime()
           
IOAudioSMPTETime(short fSubframes, short fSubframeDivisor, int fCounter, int fType, int fFlags, short fHours, short fMinutes, short fSeconds, short fFrames)
           
 
Method Summary
 IOAudioSMPTETime.ByReference byReference()
           
 IOAudioSMPTETime.ByValue byValue()
           
 IOAudioSMPTETime 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

fSubframes

public short fSubframes

fSubframeDivisor

public short fSubframeDivisor

fCounter

public int fCounter

fType

public int fType

fFlags

public int fFlags

fHours

public short fHours

fMinutes

public short fMinutes

fSeconds

public short fSeconds

fFrames

public short fFrames
Constructor Detail

IOAudioSMPTETime

public IOAudioSMPTETime()

IOAudioSMPTETime

public IOAudioSMPTETime(short fSubframes,
                        short fSubframeDivisor,
                        int fCounter,
                        int fType,
                        int fFlags,
                        short fHours,
                        short fMinutes,
                        short fSeconds,
                        short fFrames)
Method Detail

byReference

public IOAudioSMPTETime.ByReference byReference()

byValue

public IOAudioSMPTETime.ByValue byValue()

clone

public IOAudioSMPTETime clone()
Overrides:
clone in class Object