org.rococoa.cocoa.carboncore
Class TimeRecord

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<TimeRecord,TimeRecord.ByValue,TimeRecord.ByReference>
          extended by org.rococoa.cocoa.carboncore.TimeRecord
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<TimeRecord,TimeRecord.ByValue,TimeRecord.ByReference>>
Direct Known Subclasses:
TimeRecord.ByReference, TimeRecord.ByValue

public class TimeRecord
extends Structure<TimeRecord,TimeRecord.ByValue,TimeRecord.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h:555
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 TimeRecord.ByReference
           
static class TimeRecord.ByValue
           
 
Field Summary
 CarbonCoreLibrary.TimeBaseRecord base
          refernce to the time base
C type : TimeBase
 int scale
          units per second
C type : TimeScale
 wide value
          units (duration or absolute)
C type : CompTimeValue
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
TimeRecord()
           
TimeRecord(wide value, int scale, CarbonCoreLibrary.TimeBaseRecord base)
           
 
Method Summary
static TimeRecord[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

value

public wide value
units (duration or absolute)
C type : CompTimeValue


scale

public int scale
units per second
C type : TimeScale


base

public CarbonCoreLibrary.TimeBaseRecord base
refernce to the time base
C type : TimeBase

Constructor Detail

TimeRecord

public TimeRecord()

TimeRecord

public TimeRecord(wide value,
                  int scale,
                  CarbonCoreLibrary.TimeBaseRecord base)
Parameters:
value - units (duration or absolute)
C type : CompTimeValue
scale - units per second
C type : TimeScale
base - refernce to the time base
C type : TimeBase
Method Detail

newArray

public static TimeRecord[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.