#include <SDPBuffer.h>
Collaboration diagram for SDP::Buffer:
Public Member Functions | |
Buffer () | |
Buffer (const char *description) | |
~Buffer () | |
bool | readFile (const MNString &filename) |
int32_t | getBandwidth () |
int32_t | getBandwidth (int idx) |
const IntVector & | getBandwidthVec () |
PayloadTypes | getPayloadCodec () |
const PayloadTypeVector & | getPayloadCodecVec () |
PayloadTypes | getPayload () |
const PayloadTypeVector & | getPayloadVec () |
bool | hasLCRTP () |
bool | isMC () |
int16_t | getPlannedPort () |
int32_t | getDuration () |
bool | hasAXpriorities () |
const char * | getAXpriorities () |
bool | hasAXblocksize () |
int32_t | getAXblocksize () |
bool | hasAXretrans () |
RetransTypes | getAXretrans () |
const MNString & | description () const |
|
Use this constructor to read a description file from disc. Use an uninitialized buffer first and call readFile later to retrieve the description. |
|
Use this constructor to read an SDP body from a memory buffer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
The approximate average bandwidth of the stream in kilobits per second. |
|
|
|
The approximate duration of the stream in seconds. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|