public final class controlChannelType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static controlChannelType |
CSOUND_AUDIO_CHANNEL |
static controlChannelType |
CSOUND_CHANNEL_TYPE_MASK |
static controlChannelType |
CSOUND_CONTROL_CHANNEL |
static controlChannelType |
CSOUND_INPUT_CHANNEL |
static controlChannelType |
CSOUND_OUTPUT_CHANNEL |
static controlChannelType |
CSOUND_PVS_CHANNEL |
static controlChannelType |
CSOUND_STRING_CHANNEL |
static controlChannelType |
CSOUND_VAR_CHANNEL |
Modifier and Type | Method and Description |
---|---|
static controlChannelType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final controlChannelType CSOUND_CONTROL_CHANNEL
public static final controlChannelType CSOUND_AUDIO_CHANNEL
public static final controlChannelType CSOUND_STRING_CHANNEL
public static final controlChannelType CSOUND_PVS_CHANNEL
public static final controlChannelType CSOUND_VAR_CHANNEL
public static final controlChannelType CSOUND_CHANNEL_TYPE_MASK
public static final controlChannelType CSOUND_INPUT_CHANNEL
public static final controlChannelType CSOUND_OUTPUT_CHANNEL
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static controlChannelType swigToEnum(int swigValue)