public class EncodedAudioFrameAdvancedSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
sendEvenIfEmpty |
private int |
speech |
| Constructor and Description |
|---|
EncodedAudioFrameAdvancedSettings() |
EncodedAudioFrameAdvancedSettings(int speech,
int sendEvenIfEmpty) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSendEvenIfEmpty() |
int |
getSpeech() |
void |
setSendEvenIfEmpty(int sendEvenIfEmpty) |
void |
setSpeech(int speech) |