org.rococoa.cocoa.quicktime
Class GetMovieCompleteParams

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

public class GetMovieCompleteParams
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 GetMovieCompleteParams.ByReference
           
static class GetMovieCompleteParams.ByValue
           
 
Field Summary
 int effectiveRate
           
 int height
           
 QTUUID mediaContextID
           
 int mediaDuration
           
 int mediaScale
           
 int movieDuration
           
 GDevice.ByReference movieGD
           
 int movieScale
           
 PointerByReference theMedia
           
 PointerByReference theMovie
           
 PointerByReference theTrack
           
 QuickTimeLibrary.TimeBaseRecord timeBase
           
 int trackDuration
           
 PixMap.ByReference trackMatte
           
 MatrixRecord trackMovieMatrix
           
 short version
           
 short volume
           
 int width
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GetMovieCompleteParams()
           
 
Method Summary
 GetMovieCompleteParams.ByReference byReference()
           
 GetMovieCompleteParams.ByValue byValue()
           
 GetMovieCompleteParams 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

version

public short version

theMovie

public PointerByReference theMovie

theTrack

public PointerByReference theTrack

theMedia

public PointerByReference theMedia

movieScale

public int movieScale

mediaScale

public int mediaScale

movieDuration

public int movieDuration

trackDuration

public int trackDuration

mediaDuration

public int mediaDuration

effectiveRate

public int effectiveRate

timeBase

public QuickTimeLibrary.TimeBaseRecord timeBase

volume

public short volume

width

public int width

height

public int height

trackMovieMatrix

public MatrixRecord trackMovieMatrix

movieGD

public GDevice.ByReference movieGD

trackMatte

public PixMap.ByReference trackMatte

mediaContextID

public QTUUID mediaContextID
Constructor Detail

GetMovieCompleteParams

public GetMovieCompleteParams()
Method Detail

byReference

public GetMovieCompleteParams.ByReference byReference()

byValue

public GetMovieCompleteParams.ByValue byValue()

clone

public GetMovieCompleteParams clone()
Overrides:
clone in class Object