org.rococoa.cocoa.quicktime
Class MovieExportGetDataParams

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

public class MovieExportGetDataParams
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 MovieExportGetDataParams.ByReference
           
static class MovieExportGetDataParams.ByValue
           
 
Field Summary
 NativeLong actualSampleCount
           
 int actualTime
           
 ByteByReference dataPtr
           
 NativeLong dataSize
           
 SampleDescription.ByReference desc
           
 NativeLong descSeed
           
 int descType
           
 int durationPerSample
           
 NativeLong recordSize
           
 NativeLong requestedSampleCount
           
 int requestedTime
           
 NativeLong sampleFlags
           
 int sourceTimeScale
           
 NativeLong trackID
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
MovieExportGetDataParams()
           
 
Method Summary
 MovieExportGetDataParams.ByReference byReference()
           
 MovieExportGetDataParams.ByValue byValue()
           
 MovieExportGetDataParams 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

recordSize

public NativeLong recordSize

trackID

public NativeLong trackID

sourceTimeScale

public int sourceTimeScale

requestedTime

public int requestedTime

actualTime

public int actualTime

dataPtr

public ByteByReference dataPtr

dataSize

public NativeLong dataSize

desc

public SampleDescription.ByReference desc

descType

public int descType

descSeed

public NativeLong descSeed

requestedSampleCount

public NativeLong requestedSampleCount

actualSampleCount

public NativeLong actualSampleCount

durationPerSample

public int durationPerSample

sampleFlags

public NativeLong sampleFlags
Constructor Detail

MovieExportGetDataParams

public MovieExportGetDataParams()
Method Detail

byReference

public MovieExportGetDataParams.ByReference byReference()

byValue

public MovieExportGetDataParams.ByValue byValue()

clone

public MovieExportGetDataParams clone()
Overrides:
clone in class Object