SDP m-line representation. More...
#include <sdp-utils.h>
Data Fields | |
| janus_sdp_mtype | type |
| Media type as a janus_sdp_mtype enumerator. More... | |
| char * | type_str |
| Media type (string) More... | |
| guint16 | port |
| Media port. More... | |
| char * | proto |
| Media protocol. More... | |
| GList * | fmts |
| List of formats. More... | |
| GList * | ptypes |
| List of payload types. More... | |
| gboolean | c_ipv4 |
| Media c= protocol. More... | |
| char * | c_addr |
| Media c= address. More... | |
| char * | b_name |
| Media b= type. More... | |
| int | b_value |
| Media b= value. More... | |
| janus_sdp_mdirection | direction |
| Media direction. More... | |
| GList * | attributes |
| List of m-line attributes. More... | |
SDP m-line representation.
| GList* janus_sdp_mline::attributes |
List of m-line attributes.
| char* janus_sdp_mline::b_name |
Media b= type.
| int 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.
| 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_sdp_mtype janus_sdp_mline::type |
Media type as a janus_sdp_mtype enumerator.
| char* janus_sdp_mline::type_str |
Media type (string)