oSIP SDP parser Routines
More...
Include dependency graph for sdp_message.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
SDP Time description definition.
More...
Macros
OBSOLETE: see sdp_message_e_email_get.
More...
Typedefs
Structure for referencing bandwidth header.
More...
Structure for referencing time description header.
More...
Structure for referencing key header.
More...
Structure for referencing an attribute header.
More...
Structure for referencing a connection header.
More...
Structure for referencing a media header.
More...
Structure for referencing a SDP packet.
More...
Functions
Allocate a bandwidth element.
More...
Allocate a time description element.
More...
Free a time description element.
More...
Allocate an attribute element.
More...
Allocate a connection element.
More...
Get a string representation of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get the version ('v' field) of a SDP packet.
More...
Set the origin field in a SDP packet.
More...
Get the username ('o' field) of a SDP packet.
More...
Get the session id ('o' field) of a SDP packet.
More...
Get the session version ('o' field) of a SDP packet.
More...
Get the nettype ('o' field) of a SDP packet.
More...
Get the addrtype ('o' field) of a SDP packet.
More...
Get the addr ('o' field) of a SDP packet.
More...
Set the session name in a SDP packet.
More...
Get the session name ('s' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get the session info ('i' field) of a SDP packet.
More...
Set the session info in a SDP packet.
More...
Get the uri ('u' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get one of the email ('e' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get one of the phone ('p' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get the network type ('c' field) of a SDP packet.
More...
Get the address type ('c' field) of a SDP packet.
More...
Get the address ('c' field) of a SDP packet.
More...
Get the multicast ttl ('c' field) of a SDP packet.
More...
Get the multicast int info ('c' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get the bandwidth ('b' field) of a SDP packet.
More...
Get the bandwidth type ('b' field) of a SDP packet.
More...
Get the bandwidth value ('b' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
Get the start time value ('t' field) of a SDP packet.
More...
Get the stop time value ('t' field) of a SDP packet.
More...
Set the repeat information ('r' field) in a SDP packet.
More...
Get the repeat information ('r' field) in a SDP packet.
More...
Set the adjustments ('z' field) of a SDP packet.
More...
Get the adjustments ('z' field) of a SDP packet.
More...
Get the key type ('k' field) of a SDP packet.
More...
Get the key value ('k' field) of a SDP packet.
More...
Set the version in a SDP packet.
More...
delete all attribute fields specified by att_field.
More...
delete one specific attribute fields specified by att_field.
More...
Get one of the attribute ('a' field) of a SDP packet.
More...
Get the attribute name ('a' field) of a SDP packet.
More...
Get the attribute value ('a' field) of a SDP packet.
More...
Check if there is more media lines a SDP packet.
More...
Add a media line in a SDP packet.
More...
Get the media type ('m' field) of a SDP packet.
More...
Get the port number ('m' field) of a SDP packet.
More...
Set the port number ('m' field) of a SDP packet.
More...
Get the number of port ('m' field) of a SDP packet.
More...
Get the protocol ('m' field) of a SDP packet.
More...
Set the payload in a SDP packet.
More...
Get one of the payload number ('m' field) of a SDP packet.
More...
Remove a payload in a SDP packet.
More...
Detailed Description
oSIP SDP parser Routines
This is the SDP accessor and parser related API.
Definition in file sdp_message.h.