Janus SDP internal object representation. More...
#include <sdp-utils.h>

Data Fields | |
| int | version |
| v= More... | |
| char * | o_name |
| o= name More... | |
| guint64 | o_sessid |
| o= session ID More... | |
| guint64 | o_version |
| o= version More... | |
| gboolean | o_ipv4 |
| o= protocol More... | |
| char * | o_addr |
| o= address More... | |
| char * | s_name |
| s= More... | |
| guint64 | t_start |
| t= start More... | |
| guint64 | t_stop |
| t= stop More... | |
| gboolean | c_ipv4 |
| c= protocol (not rendered for WebRTC usage) More... | |
| char * | c_addr |
| c= address (not rendered for WebRTC usage) More... | |
| GList * | attributes |
| List of global a= attributes. More... | |
| GList * | m_lines |
| List of m= m-lines. More... | |
| volatile gint | destroyed |
| Atomic flag to check if this instance has been destroyed. More... | |
| janus_refcount | ref |
| Reference counter for this instance. More... | |
Janus SDP internal object representation.
| GList* janus_sdp::attributes |
List of global a= attributes.
| char* janus_sdp::c_addr |
c= address (not rendered for WebRTC usage)
| gboolean janus_sdp::c_ipv4 |
c= protocol (not rendered for WebRTC usage)
| volatile gint janus_sdp::destroyed |
Atomic flag to check if this instance has been destroyed.
| GList* janus_sdp::m_lines |
List of m= m-lines.
| char* janus_sdp::o_addr |
o= address
| gboolean janus_sdp::o_ipv4 |
o= protocol
| char* janus_sdp::o_name |
o= name
| guint64 janus_sdp::o_sessid |
o= session ID
| guint64 janus_sdp::o_version |
o= version
| janus_refcount janus_sdp::ref |
Reference counter for this instance.
| char* janus_sdp::s_name |
s=
| guint64 janus_sdp::t_start |
t= start
| guint64 janus_sdp::t_stop |
t= stop
| int janus_sdp::version |
v=