#include <sipstack.h>
Definition at line 210 of file sipstack.h.
Public Member Functions | |
| sdpCodec (int v, QString s, QString f="") | |
| ~sdpCodec () | |
| int | intValue () |
| QString | strValue () |
| QString | fmtValue () |
| void | setName (QString n) |
| void | setFormat (QString f) |
Private Attributes | |
| int | c |
| QString | name |
| QString | format |
| sdpCodec::sdpCodec | ( | int | v, | |
| QString | s, | |||
| QString | f = "" | |||
| ) | [inline] |
Definition at line 213 of file sipstack.h.
| sdpCodec::~sdpCodec | ( | ) | [inline] |
Definition at line 214 of file sipstack.h.
| int sdpCodec::intValue | ( | void | ) | [inline] |
Definition at line 215 of file sipstack.h.
Referenced by SipMsg::decodeSDPMediaAttribute(), SipSdp::encode(), and SipCall::GetSDPInfo().
| QString sdpCodec::strValue | ( | ) | [inline] |
Definition at line 216 of file sipstack.h.
Referenced by SipSdp::encode(), and SipCall::GetSDPInfo().
| QString sdpCodec::fmtValue | ( | ) | [inline] |
Definition at line 217 of file sipstack.h.
Referenced by SipSdp::encode(), and SipCall::GetSDPInfo().
| void sdpCodec::setName | ( | QString | n | ) | [inline] |
| void sdpCodec::setFormat | ( | QString | f | ) | [inline] |
int sdpCodec::c [private] |
QString sdpCodec::name [private] |
QString sdpCodec::format [private] |
1.5.5