SDP m-line representation. More...
#include <sdp-utils.h>

Data Fields | |
| janus_sdp_mtype | type |
| Media type as a janus_sdp_mtype enumerator. | |
| char * | type_str |
| Media type (string) | |
| guint16 | port |
| Media port. | |
| char * | proto |
| Media protocol. | |
| GList * | fmts |
| List of formats. | |
| GList * | ptypes |
| List of payload types. | |
| gboolean | c_ipv4 |
| Media c= protocol. | |
| char * | c_addr |
| Media c= address. | |
| char * | b_name |
| Media b= type. | |
| uint32_t | b_value |
| Media b= value. | |
| janus_sdp_mdirection | direction |
| Media direction. | |
| GList * | attributes |
| List of m-line attributes. | |
| volatile gint | destroyed |
| Atomic flag to check if this instance has been destroyed. | |
| janus_refcount | ref |
| Reference counter for this instance. | |
SDP m-line representation.
| GList* janus_sdp_mline::attributes |
List of m-line attributes.
| char* janus_sdp_mline::b_name |
Media b= type.
| uint32_t janus_sdp_mline::b_value |
Media b= value.
| char* janus_sdp_mline::c_addr |
Media c= address.
| gboolean janus_sdp_mline::c_ipv4 |
Media c= protocol.
| volatile gint janus_sdp_mline::destroyed |
Atomic flag to check if this instance has been destroyed.
| janus_sdp_mdirection janus_sdp_mline::direction |
Media direction.
| GList* janus_sdp_mline::fmts |
List of formats.
| guint16 janus_sdp_mline::port |
Media port.
| char* janus_sdp_mline::proto |
Media protocol.
| GList* janus_sdp_mline::ptypes |
List of payload types.
| janus_refcount janus_sdp_mline::ref |
Reference counter for this instance.
| janus_sdp_mtype janus_sdp_mline::type |
Media type as a janus_sdp_mtype enumerator.
| char* janus_sdp_mline::type_str |
Media type (string)