sdljava.x.swig

Class Mix_Chunk

public class Mix_Chunk extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected Mix_Chunk(long cPtr, boolean cMemoryOwn)
Mix_Chunk()
Method Summary
voiddelete()
protected voidfinalize()
longgetAlen()
intgetAllocated()
protected static longgetCPtr(Mix_Chunk obj)
shortgetVolume()
voidsetAlen(long value)
voidsetAllocated(int value)
voidsetVolume(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

Mix_Chunk

protected Mix_Chunk(long cPtr, boolean cMemoryOwn)

Mix_Chunk

public Mix_Chunk()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getAlen

public long getAlen()

getAllocated

public int getAllocated()

getCPtr

protected static long getCPtr(Mix_Chunk obj)

getVolume

public short getVolume()

setAlen

public void setAlen(long value)

setAllocated

public void setAllocated(int value)

setVolume

public void setVolume(short value)