public class PacketOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
audioLevelIndication |
private int |
timestamp |
| Constructor and Description |
|---|
PacketOptions() |
PacketOptions(int timestamp,
byte audioLevelIndication) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getAudioLevelIndication() |
int |
getTimestamp() |
void |
setAudioLevelIndication(byte audioLevelIndication) |
void |
setTimestamp(int timestamp) |