public class EncodedAudioFrameReceiverInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
codec
The codec of the packet.
|
(package private) long |
sendTs
The send time of the packet.
|
| Constructor and Description |
|---|
EncodedAudioFrameReceiverInfo() |
EncodedAudioFrameReceiverInfo(long sendTs,
int codec) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodec() |
long |
getSendTs() |
void |
setCodec(int codec) |
void |
setSendTs(long sendTs) |
java.lang.String |
toString() |