*RTPsessionisdefinedonpage9ofRFC3550:"An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
*
*/
/*! \brief The value of each payload format mapping: */
structrtpPayloadType{
intisAstFormat;/*!< whether the following code is an AST_FORMAT */
@ -90,6 +90,19 @@ static struct sockaddr_in rtcpdebugaddr; /*!< Debug RTCP packets to/from this ho
staticintnochecksums=0;
staticintnochecksums=0;
#endif
#endif
/*!
*\briefStructurerepresentingaRTPsession.
*
*RTPsessionisdefinedonpage9ofRFC3550:"An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
*
*/
/*! \brief The value of each payload format mapping: */
structrtpPayloadType{
intisAstFormat;/*!< whether the following code is an AST_FORMAT */