public class AudioEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
double[][] |
chunk
The chunk.
|
int |
codification
The codification.
|
int |
numChannels
The num channels.
|
int |
sampleRate
The sample rate.
|
destAgentCompName, destAgentName, duration, eventType, frame, instant, objContent, oriAgentCompName, oriAgentName, timestamp, unit| Constructor and Description |
|---|
AudioEvent(int sampleRate,
int chunkLenght,
int numChannels)
Instantiates a new audio event.
|
toACLMessage, toString