Package | Description |
---|---|
org.xaffect.core.data |
Modifier and Type | Method and Description |
---|---|
DataType |
DataDescription.getType()
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDescription.setDataType(DataType type)
|
Constructor and Description |
---|
DataDescription(java.lang.String contentClass,
DataType type)
Creates a new
DataDescription . |
DataDescription(java.lang.String contentClass,
DataType type,
double sampleRate,
int numberOfChannels)
Creates a new
DataDescription . |
DataDescription(java.lang.String contentClass,
java.lang.String identifier,
DataType type,
double sampleRate,
int numberOfChannels)
Creates a new
DataDescription . |