Adds a constant for FID.

maven 5458
Boris Grozev 11 years ago
parent d75bd2cc47
commit 6ff5d0100d

@ -21,7 +21,6 @@
public class SourceGroupPacketExtension
extends AbstractPacketExtension
{
/**
* The name of the "ssrc-group" element.
*/
@ -42,6 +41,11 @@ public class SourceGroupPacketExtension
*/
public static final String SEMANTICS_SIMULCAST = "SIM";
/**
* The constant used for flow identification (see RFC5888).
*/
public static final String SEMANTICS_FID = "FID";
/**
* Return new instance of <tt>SourceGroupPacketExtension</tt> with simulcast
* semantics pre-configured.

Loading…
Cancel
Save