org.rococoa.cocoa.quicktime
Class QTThumbnailSettings
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.QTThumbnailSettings
- Direct Known Subclasses:
- QTThumbnailSettings.ByReference, QTThumbnailSettings.ByValue
public class QTThumbnailSettings
- 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 |
enableThumbnail
public NativeLong enableThumbnail
maxThumbnailWidth
public NativeLong maxThumbnailWidth
maxThumbnailHeight
public NativeLong maxThumbnailHeight
QTThumbnailSettings
public QTThumbnailSettings()
QTThumbnailSettings
public QTThumbnailSettings(NativeLong enableThumbnail,
NativeLong maxThumbnailWidth,
NativeLong maxThumbnailHeight)
- Parameters:
enableThumbnail
- a thoroughly padded Boolean
maxThumbnailWidth
- set to zero to let someone else decide
maxThumbnailHeight
- set to zero to let someone else decide
byReference
public QTThumbnailSettings.ByReference byReference()
byValue
public QTThumbnailSettings.ByValue byValue()
clone
public QTThumbnailSettings clone()
- Overrides:
clone
in class Object