reSIProcate/stack  9694
Classes | Namespaces | Typedefs | Functions | Variables
SdpContents.hxx File Reference
#include <vector>
#include <list>
#include <iosfwd>
#include <memory>
#include "resip/stack/Contents.hxx"
#include "resip/stack/Uri.hxx"
#include "rutil/Data.hxx"
#include "rutil/HashMap.hxx"
#include "rutil/HeapInstanceCounter.hxx"
Include dependency graph for SdpContents.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  resip::AttributeHelper
class  resip::SdpContents
 Provides an interface to process and generate SDP bodies (MIME content-type application/sdp). More...
class  resip::SdpContents::Session
 Provides an interface to read and modify SDP bodies. More...
class  resip::SdpContents::Session::Codec
 parameters for a specific codec are stored in this class. More...
class  resip::SdpContents::Session::Origin
 processes o= lines in SDP More...
class  resip::SdpContents::Session::Email
 process e= (email) lines in the SDP More...
class  resip::SdpContents::Session::Phone
 process p= (phone number) lines in the SDP More...
class  resip::SdpContents::Session::Connection
 Process c= (connection) lines in SDP. More...
class  resip::SdpContents::Session::Bandwidth
 Process optional b= (bandwidth) lines in SDP. More...
class  resip::SdpContents::Session::Time
 Process t= (start/stop time) lines in SDP. More...
class  resip::SdpContents::Session::Time::Repeat
 Repeat time. More...
class  resip::SdpContents::Session::Timezones
 process z= (timezone) lines More...
class  resip::SdpContents::Session::Timezones::Adjustment
 specify the time at which a timezone shift will occur and the offset, in seconds More...
class  resip::SdpContents::Session::Encryption
 process k= (encryption key) line More...
class  resip::SdpContents::Session::Medium
 process m= (media announcement) blocks More...

Namespaces

namespace  resip
 

SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser.


Typedefs

typedef SdpContents::Session::Codec resip::Codec

Functions

bool resip::operator== (const SdpContents::Session::Codec &lhs, const SdpContents::Session::Codec &rhs)
EncodeStreamresip::operator<< (EncodeStream &str, const SdpContents::Session::Codec &codec)

Variables

static bool resip::invokeSdpContentsInit = SdpContents::init()