Skip to content
Snippets Groups Projects
Commit d715beae authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "codecs.conf.sample: Fix max_bandwidth speling error" into 13

parents 052cd049 da331245
No related branches found
No related tags found
No related merge requests found
...@@ -162,9 +162,9 @@ packetloss_percentage=10; ...@@ -162,9 +162,9 @@ packetloss_percentage=10;
;complexity= ; Encoder's computational complexity. Can be any number between 0 ;complexity= ; Encoder's computational complexity. Can be any number between 0
; and 10, inclusive. Note, 10 equals the highest complexity. ; and 10, inclusive. Note, 10 equals the highest complexity.
; (default: 10) ; (default: 10)
;max_bandwitdth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth ;max_bandwidth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth
; bound on the encoder. Can be any of the following: narrow, ; bound on the encoder. Can be any of the following: narrow,
; medium, wide, super_wide, full. (default: full) ; medium, wide, super_wide, full. (default: full)
;signal= ; Encoder's signal type. Aids in mode selection on the encoder: Can ;signal= ; Encoder's signal type. Aids in mode selection on the encoder: Can
; be any of the following: auto, voice, music. (default: auto) ; be any of the following: auto, voice, music. (default: auto)
;application= ; Encoder's application type. Can be any of the following: voip, ;application= ; Encoder's application type. Can be any of the following: voip,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment