Skip to content
Snippets Groups Projects
Commit c2e05556 authored by Boris Grozev's avatar Boris Grozev
Browse files

Adds RED and ULPFEC constants.

parent 2fa6beb7
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ public class Constants
public static final String TELEPHONE_EVENT = "telephone-event";
/**
* The VP* constant
* The VP8 constant
*/
public static final String VP8 = "VP8";
......@@ -196,4 +196,14 @@ public class Constants
* The VP8/RTP constant.
*/
public static final String VP8_RTP = "VP8/rtp";
/**
* The name of the RED RTP format (RFC2198)
*/
public static final String RED = "red";
/**
* The name of the ulpfec RTP format (RFC5109)
*/
public static final String ULPFEC = "ulpfec";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment