[Freeswitch-svn] [commit] r4233 - freeswitch/trunk/src/include
Freeswitch SVN
anthm at freeswitch.org
Tue Feb 13 12:14:39 EST 2007
Author: anthm
Date: Tue Feb 13 12:14:39 2007
New Revision: 4233
Modified:
freeswitch/trunk/src/include/switch_rtp.h
Log:
2833 bs
Modified: freeswitch/trunk/src/include/switch_rtp.h
==============================================================================
--- freeswitch/trunk/src/include/switch_rtp.h (original)
+++ freeswitch/trunk/src/include/switch_rtp.h Tue Feb 13 12:14:39 2007
@@ -340,10 +340,19 @@
\param payload the IANA payload number
\param ts then number of bytes to increment the timestamp by
\param mseq the specific sequence number to use
+ \param ssrc the ssrc
\param flags frame flags
\return the number of bytes written
*/
-SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session, void *data, uint16_t datalen, uint8_t m, switch_payload_t payload, uint32_t ts, uint16_t mseq, switch_frame_flag_t *flags);
+SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session,
+ void *data,
+ uint16_t datalen,
+ uint8_t m,
+ switch_payload_t payload,
+ uint32_t ts,
+ uint16_t mseq,
+ uint32_t ssrc,
+ switch_frame_flag_t *flags);
/*!
\brief Retrieve the SSRC from a given RTP session
More information about the Freeswitch-svn
mailing list