summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/speex/speex.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/src/pjmedia-codec/speex/speex.h')
-rw-r--r--pjmedia/src/pjmedia-codec/speex/speex.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pjmedia/src/pjmedia-codec/speex/speex.h b/pjmedia/src/pjmedia-codec/speex/speex.h
index 0eb2b8a8..c7f7547e 100644
--- a/pjmedia/src/pjmedia-codec/speex/speex.h
+++ b/pjmedia/src/pjmedia-codec/speex/speex.h
@@ -141,6 +141,11 @@ extern "C" {
/** Gets tuning for PLC */
#define SPEEX_GET_PLC_TUNING 41
+/** Sets the max bit-rate allowed in VBR mode */
+#define SPEEX_SET_VBR_MAX_BITRATE 42
+/** Gets the max bit-rate allowed in VBR mode */
+#define SPEEX_GET_VBR_MAX_BITRATE 43
+
/* Used internally, not to be used in applications */
/** Used internally*/
#define SPEEX_GET_PI_GAIN 100
@@ -150,6 +155,8 @@ extern "C" {
#define SPEEX_GET_INNOV 102
/** Used internally*/
#define SPEEX_GET_DTX_STATUS 103
+/** Used internally*/
+#define SPEEX_SET_INNOVATION_SAVE 104
/* Preserving compatibility:*/