Skip to content
Snippets Groups Projects
Commit 13ba301d authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1211] g722 media descriptor in codecDescriptor

parent 58db449a
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,8 @@ typedef enum { ...@@ -40,6 +40,8 @@ typedef enum {
PAYLOAD_CODEC_GSM = 3, PAYLOAD_CODEC_GSM = 3,
// 8 PCMA A 8000 1 [RFC3551] // 8 PCMA A 8000 1 [RFC3551]
PAYLOAD_CODEC_ALAW = 8, PAYLOAD_CODEC_ALAW = 8,
// 9 G722 A 8000 1 [RFC3551]
PAYLOAD_CODEC_G722 = 9,
// http://www.ietf.org/rfc/rfc3952.txt // http://www.ietf.org/rfc/rfc3952.txt
// 97 iLBC/8000 // 97 iLBC/8000
PAYLOAD_CODEC_ILBC_20 = 97, PAYLOAD_CODEC_ILBC_20 = 97,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment