sipxmedialib
Version 3.3
|
#include <MpTypes.h>
Public Attributes | |
MpSpeechType | mSpeechType |
Whether buffer contains speech. More... | |
MpAudioSample | mAmplitude |
Amplitude of the audio data in this buffer. More... | |
UtlBoolean | mIsClipped |
Is data in this buffer clipped or not? More... | |
int | mFrameEnergy |
unsigned | mSpeakerRank |
double | mSpeakerWeight |
MpSpeechType mSpeechType |
Whether buffer contains speech.
MpAudioSample mAmplitude |
Amplitude of the audio data in this buffer.
UtlBoolean mIsClipped |
Is data in this buffer clipped or not?
int mFrameEnergy |
Current frame energy (normalized to frame length in ms).
unsigned mSpeakerRank |
Speaker selection rank, 0 is the highest priority, UINT_MAX is for silent participants.
double mSpeakerWeight |
Amplitude-based speaker weight, 0 means the lowest weight which is silence.