org.rococoa.cocoa.quicktime
Class SoundDescriptionV2

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

public class SoundDescriptionV2
extends com.ochafik.lang.jnaerator.runtime.Structure

version 2 of the SoundDescription record
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 SoundDescriptionV2.ByReference
           
static class SoundDescriptionV2.ByValue
           
 
Field Summary
 short always0
           
 short always16
           
 short always3
           
 int always65536
           
 int always7F000000
           
 short alwaysMinus2
           
 double audioSampleRate
           
 int constBitsPerChannel
           
 int constBytesPerAudioPacket
           
 int constLPCMFramesPerAudioPacket
           
 int dataFormat
           
 short dataRefIndex
           
 int descSize
           
 int formatSpecificFlags
           
 int numAudioChannels
           
 int resvd1
           
 short resvd2
           
 short revlevel
           
 int sizeOfStructOnly
           
 int vendor
           
 short version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SoundDescriptionV2()
           
 
Method Summary
 SoundDescriptionV2.ByReference byReference()
           
 SoundDescriptionV2.ByValue byValue()
           
 SoundDescriptionV2 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

descSize

public int descSize

dataFormat

public int dataFormat

resvd1

public int resvd1

resvd2

public short resvd2

dataRefIndex

public short dataRefIndex

version

public short version

revlevel

public short revlevel

vendor

public int vendor

always3

public short always3

always16

public short always16

alwaysMinus2

public short alwaysMinus2

always0

public short always0

always65536

public int always65536

sizeOfStructOnly

public int sizeOfStructOnly

audioSampleRate

public double audioSampleRate

numAudioChannels

public int numAudioChannels

always7F000000

public int always7F000000

constBitsPerChannel

public int constBitsPerChannel

formatSpecificFlags

public int formatSpecificFlags

constBytesPerAudioPacket

public int constBytesPerAudioPacket

constLPCMFramesPerAudioPacket

public int constLPCMFramesPerAudioPacket
Constructor Detail

SoundDescriptionV2

public SoundDescriptionV2()
Method Detail

byReference

public SoundDescriptionV2.ByReference byReference()

byValue

public SoundDescriptionV2.ByValue byValue()

clone

public SoundDescriptionV2 clone()
Overrides:
clone in class Object