csnd

Class CsoundChannelListEntry


public class CsoundChannelListEntry
extends java.lang.Object

Field Summary

protected boolean
swigCMemOwn

Constructor Summary

CsoundChannelListEntry()
CsoundChannelListEntry(long cPtr, boolean cMemoryOwn)

Method Summary

void
delete()
protected void
finalize()
protected static long
getCPtr(CsoundChannelListEntry obj)
String
getName()
int
getType()
void
setName(String value)
void
setType(int value)

Field Details

swigCMemOwn

protected boolean swigCMemOwn

Constructor Details

CsoundChannelListEntry

public CsoundChannelListEntry()

CsoundChannelListEntry

protected CsoundChannelListEntry(long cPtr,
                                 boolean cMemoryOwn)

Method Details

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)