sdljava.x.swig
Class Mix_Chunk

java.lang.Object
  extended by sdljava.x.swig.Mix_Chunk

public class Mix_Chunk
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  Mix_Chunk()
           
protected Mix_Chunk(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 long getAlen()
           
 int getAllocated()
           
protected static long getCPtr(Mix_Chunk obj)
           
 short getVolume()
           
 void setAlen(long alen)
           
 void setAllocated(int allocated)
           
 void setVolume(short volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Mix_Chunk

protected Mix_Chunk(long cPtr,
                    boolean cMemoryOwn)

Mix_Chunk

public Mix_Chunk()
Method Detail

getCPtr

protected static long getCPtr(Mix_Chunk obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setAllocated

public void setAllocated(int allocated)

getAllocated

public int getAllocated()

setAlen

public void setAlen(long alen)

getAlen

public long getAlen()

setVolume

public void setVolume(short volume)

getVolume

public short getVolume()