GstSDPMessage

The GstSDPMessage helper functions makes it easy to parse and create SDP messages.

Members

Variables

attributes
GArray* attributes;

array of #GstSDPAttribute with session attributes

bandwidths
GArray* bandwidths;

array of #GstSDPBandwidth with bandwidth information

connection
GstSDPConnection connection;

connection information for the session

emails
GArray* emails;

array of #gchar with email addresses

information
char* information;

session information

key
GstSDPKey key;

encryption key

medias
GArray* medias;

array of #GstSDPMedia with media descriptions

origin
GstSDPOrigin origin;

owner/creator and session identifier

phones
GArray* phones;

array of #gchar with phone numbers

sessionName
char* sessionName;

session name

times
GArray* times;

array of #GstSDPTime with time descriptions

uri
char* uri;

URI of description

version_
char* version_;

the protocol version

zones
GArray* zones;

array of #GstSDPZone with time zone adjustments