|
Add the given SDES item to the list, or reset an existing item of the same type.
Of each type, only one SDES item can exist in the list. The given type is either added, or it replaces an existing item. The priority exists to allow the transmission of SDES types at different priorities, e.g. every fifth packet is proposed for the mail address. The SDES item SDES_END is not inserted. It must be sent manually with every RTCP message to terminate the sequence of SDES items. An empty text message is not processed (previous SDES item remains in the schedule). - Parameters:
-
| type | SDES type, according to RFC1889 or MNRTPNetTypes.h |
| text | The message, at most 255 characters without the trailing zero. |
| prio | The priority, counting the number of RTCP messages that are sent without this message type before it is sent once. |
|