csnd

Class CsoundChannelListEntry

public class CsoundChannelListEntry extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected CsoundChannelListEntry(long cPtr, boolean cMemoryOwn)
CsoundChannelListEntry()
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(CsoundChannelListEntry obj)
StringgetName()
intgetType()
voidsetName(String value)
voidsetType(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

CsoundChannelListEntry

protected CsoundChannelListEntry(long cPtr, boolean cMemoryOwn)

CsoundChannelListEntry

public CsoundChannelListEntry()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CsoundChannelListEntry obj)

getName

public String getName()

getType

public int getType()

setName

public void setName(String value)

setType

public void setType(int value)