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