#include <PayloadTypeEntry.h>
Collaboration diagram for SDP::PayloadTypeEntry:
Public Member Functions | |
PayloadTypeEntry () | |
PayloadTypeEntry (int rpt) | |
PayloadTypeEntry (const PayloadTypeEntry &orig) | |
copy constructor | |
PayloadTypeEntry & | operator= (const PayloadTypeEntry &) |
assignment operator | |
void | copyTo (PayloadTypeEntry &dest) const |
PayloadTypes | ipt () const |
size_t | rate () const |
size_t | num_channels () const |
int | profile () const |
void | parse_rtpmap_info (int rpt, const char *buf) |
Public Attributes | |
long | Ssrc |
MNString | File |
int | pr_lev_id |
MNString | mode |
int | sizelength |
int | indexlength |
int | indexdeltalength |
MNString | config |
unsigned | configSize |
Friends | |
ostream & | operator<< (ostream &ostr, const PayloadTypeEntry &e) |
|
|
|
This constructor is used to insert an entry into the PayloadTypeTable without any additional information. In case of a static value, the constructor will fill in all the information that it has already available. |
|
copy constructor
|
|
|
|
Returns internal payload type of entry. |
|
|
|
assignment operator
|
|
The caller has determined that this entry should be overwritten with the information that can be parsed from the buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|