public class EncodedAudioFrameAdvancedSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
sendEvenIfEmpty
Send even if empty flag
|
private int |
speech
Speech flag
|
| Constructor and Description |
|---|
EncodedAudioFrameAdvancedSettings()
Default constructor for EncodedAudioFrameAdvancedSettings.
|
EncodedAudioFrameAdvancedSettings(int speech,
int sendEvenIfEmpty)
Constructs EncodedAudioFrameAdvancedSettings with speech and sendEvenIfEmpty.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSendEvenIfEmpty()
Gets the send even if empty flag.
|
int |
getSpeech()
Gets the speech flag.
|
void |
setSendEvenIfEmpty(int sendEvenIfEmpty)
Sets the send even if empty flag.
|
void |
setSpeech(int speech)
Sets the speech flag.
|
private int speech
private int sendEvenIfEmpty
public EncodedAudioFrameAdvancedSettings()
public EncodedAudioFrameAdvancedSettings(int speech,
int sendEvenIfEmpty)
speech - Speech flagsendEvenIfEmpty - Send even if empty flagpublic int getSpeech()
public void setSpeech(int speech)
speech - Speech flagpublic int getSendEvenIfEmpty()
public void setSendEvenIfEmpty(int sendEvenIfEmpty)
sendEvenIfEmpty - Send even if empty flag