Fork me on GitHub
Data Fields
janus_sdp_mline Struct Reference

SDP m-line representation. More...

#include <sdp-utils.h>

Collaboration diagram for janus_sdp_mline:
Collaboration graph
[legend]

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...
 
uint32_t b_value
 Media b= value. More...
 
janus_sdp_mdirection direction
 Media direction. More...
 
GList * attributes
 List of m-line attributes. More...
 
volatile gint destroyed
 Atomic flag to check if this instance has been destroyed. More...
 
janus_refcount ref
 Reference counter for this instance. More...
 

Detailed Description

SDP m-line representation.

Field Documentation

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)


The documentation for this struct was generated from the following file: