org.rococoa.cocoa.quicktime
Class ImageRangeRecord
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.ImageRangeRecord
- Direct Known Subclasses:
- ImageRangeRecord.ByReference, ImageRangeRecord.ByValue
public class ImageRangeRecord
- 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.
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 |
imageFlags
public NativeLong imageFlags
fileType
public int fileType
replacedAtoms
public NativeLong replacedAtoms
ImageRangeRecord
public ImageRangeRecord()
ImageRangeRecord
public ImageRangeRecord(NativeLong imageFlags,
int fileType,
NativeLong replacedAtoms)
- Parameters:
fileType
- file type to contain the preset group (normally kStandardPresetGroup)
replacedAtoms
- # atoms at this level replaced by this preset group
byReference
public ImageRangeRecord.ByReference byReference()
byValue
public ImageRangeRecord.ByValue byValue()
clone
public ImageRangeRecord clone()
- Overrides:
clone
in class Object