#include <sdp.h>
SDPSessionDescription::SDPSessionDescription | ( | const OpalTransportAddress & | address = OpalTransportAddress() |
) |
void SDPSessionDescription::PrintOn | ( | ostream & | strm | ) | const |
PString SDPSessionDescription::Encode | ( | ) | const |
BOOL SDPSessionDescription::Decode | ( | const PString & | str | ) |
void SDPSessionDescription::SetSessionName | ( | const PString & | v | ) | [inline] |
References sessionName.
PString SDPSessionDescription::GetSessionName | ( | ) | const [inline] |
References sessionName.
void SDPSessionDescription::SetUserName | ( | const PString & | v | ) | [inline] |
References ownerUsername.
PString SDPSessionDescription::GetUserName | ( | ) | const [inline] |
References ownerUsername.
const SDPMediaDescriptionList& SDPSessionDescription::GetMediaDescriptions | ( | ) | const [inline] |
References mediaDescriptions.
SDPMediaDescription* SDPSessionDescription::GetMediaDescription | ( | SDPMediaDescription::MediaType | rtpMediaType | ) | const |
void SDPSessionDescription::AddMediaDescription | ( | SDPMediaDescription * | md | ) | [inline] |
References mediaDescriptions.
void SDPSessionDescription::SetDirection | ( | const SDPMediaDescription::Direction & | d | ) | [inline] |
References direction.
SDPMediaDescription::Direction SDPSessionDescription::GetDirection | ( | unsigned | ) | const |
const OpalTransportAddress& SDPSessionDescription::GetDefaultConnectAddress | ( | ) | const [inline] |
References defaultConnectAddress.
void SDPSessionDescription::SetDefaultConnectAddress | ( | const OpalTransportAddress & | address | ) | [inline] |
References defaultConnectAddress.
void SDPSessionDescription::ParseOwner | ( | const PString & | str | ) | [protected] |
SDPMediaDescriptionList SDPSessionDescription::mediaDescriptions [protected] |
Referenced by AddMediaDescription(), and GetMediaDescriptions().
Referenced by SetDirection().
PINDEX SDPSessionDescription::protocolVersion [protected] |
PString SDPSessionDescription::sessionName [protected] |
Referenced by GetSessionName(), and SetSessionName().
PString SDPSessionDescription::ownerUsername [protected] |
Referenced by GetUserName(), and SetUserName().
unsigned SDPSessionDescription::ownerSessionId [protected] |
unsigned SDPSessionDescription::ownerVersion [protected] |
Referenced by GetDefaultConnectAddress(), and SetDefaultConnectAddress().