Go to the source code of this file.
Namespaces | |
namespace | SDP |
Enumerations | |
enum | RetransTypes { NONE, LC, RS } |
|
To be able to distinguish between the differen retransmission types an SDP attribute is used: a=x-retrans: Here the different retransmission types are specified in an enum. So far, the types LC (loss collection) and RS (retransmission scheduling) are the only two types. |