public class EncodedAudioFrameInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
codec |
private int |
numberOfChannels |
private int |
sampleRateHz |
private int |
samplesPerChannel |
private int |
sendEvenIfEmpty |
private int |
speech |
| Constructor and Description |
|---|
EncodedAudioFrameInfo() |
EncodedAudioFrameInfo(int speech,
int codec,
int sampleRateHz,
int samplesPerChannel,
int numberOfChannels,
int sendEvenIfEmpty) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodec() |
int |
getNumberOfChannels() |
int |
getSampleRateHz() |
int |
getSamplesPerChannel() |
int |
getSendEvenIfEmpty() |
int |
getSpeech() |
void |
setCodec(int codec) |
void |
setNumberOfChannels(int numberOfChannels) |
void |
setSampleRateHz(int sampleRateHz) |
void |
setSamplesPerChannel(int samplesPerChannel) |
void |
setSendEvenIfEmpty(int sendEvenIfEmpty) |
void |
setSpeech(int speech) |
java.lang.String |
toString() |
private int speech
private int codec
private int sendEvenIfEmpty
private int sampleRateHz
private int samplesPerChannel
private int numberOfChannels
public EncodedAudioFrameInfo()
public EncodedAudioFrameInfo(int speech,
int codec,
int sampleRateHz,
int samplesPerChannel,
int numberOfChannels,
int sendEvenIfEmpty)
public int getSpeech()
public void setSpeech(int speech)
public int getCodec()
public void setCodec(int codec)
public int getSendEvenIfEmpty()
public void setSendEvenIfEmpty(int sendEvenIfEmpty)
public int getSampleRateHz()
public void setSampleRateHz(int sampleRateHz)
public int getSamplesPerChannel()
public void setSamplesPerChannel(int samplesPerChannel)
public int getNumberOfChannels()
public void setNumberOfChannels(int numberOfChannels)
public java.lang.String toString()
toString in class java.lang.Object