| 57 static PurpleXmlNode *jingle_rtp_to_xml_internal(JingleContent *rtp, PurpleXmlNode *content, JingleActionType action); |
57 static PurpleXmlNode *jingle_rtp_to_xml_internal(JingleContent *rtp, PurpleXmlNode *content, JingleActionType action); |
| 58 static void jingle_rtp_handle_action_internal(JingleContent *content, PurpleXmlNode *jingle, JingleActionType action); |
58 static void jingle_rtp_handle_action_internal(JingleContent *content, PurpleXmlNode *jingle, JingleActionType action); |
| 59 |
59 |
| 60 static PurpleMedia *jingle_rtp_get_media(JingleSession *session); |
60 static PurpleMedia *jingle_rtp_get_media(JingleSession *session); |
| 61 |
61 |
| 62 #if 0 |
|
| 63 enum { |
|
| 64 LAST_SIGNAL |
|
| 65 }; |
|
| 66 static guint jingle_rtp_signals[LAST_SIGNAL] = {0}; |
|
| 67 #endif |
|
| 68 |
|
| 69 enum { |
62 enum { |
| 70 PROP_0, |
63 PROP_0, |
| 71 PROP_MEDIA_TYPE, |
64 PROP_MEDIA_TYPE, |
| 72 PROP_SSRC, |
65 PROP_SSRC, |
| 73 PROP_LAST |
66 PROP_LAST |