public class PacketOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
audioLevelIndication
Audio level indication
|
private int |
timestamp
Timestamp
|
| Constructor and Description |
|---|
PacketOptions()
Default constructor for PacketOptions.
|
PacketOptions(int timestamp,
byte audioLevelIndication)
Constructs PacketOptions with timestamp and audio level indication.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getAudioLevelIndication()
Gets the audio level indication.
|
int |
getTimestamp()
Gets the timestamp.
|
void |
setAudioLevelIndication(byte audioLevelIndication)
Sets the audio level indication.
|
void |
setTimestamp(int timestamp)
Sets the timestamp.
|
private int timestamp
private byte audioLevelIndication
public PacketOptions()
public PacketOptions(int timestamp,
byte audioLevelIndication)
timestamp - TimestampaudioLevelIndication - Audio level indicationpublic int getTimestamp()
public void setTimestamp(int timestamp)
timestamp - Timestamppublic byte getAudioLevelIndication()
public void setAudioLevelIndication(byte audioLevelIndication)
audioLevelIndication - Audio level indication