Interface (envelope) to data received over RTP packets.
More...
#include <queuebase.h>
List of all members.
Detailed Description
Interface (envelope) to data received over RTP packets.
A class of objects representing data transmitted over RTP packets. Tipically, this object will apply to received data. Data blocks received via RTP connections as well as its related objects (source, etc), are accessed through the methods of this class.
- Author:
- Federico Montesino Pouzols <fedemp@altern.org>
- Examples:
-
audiorx.cpp, ccrtptest.cpp, rtpduphello.cpp, rtphello.cpp, and rtplisten.cpp.
Constructor & Destructor Documentation
AppDataUnit::~AppDataUnit |
( |
|
) |
[inline] |
Member Function Documentation
uint8 AppDataUnit::getContributorsCount |
( |
|
) |
const [inline] |
Get the number of contributing sources in the CSRC list.
const uint32* AppDataUnit::getContributorsID |
( |
|
) |
const [inline] |
const uint8* const AppDataUnit::getData |
( |
|
) |
const [inline] |
uint16 AppDataUnit::getSeqNum |
( |
|
) |
const [inline] |
Get data unit sequence number.
size_t AppDataUnit::getSize |
( |
|
) |
const [inline] |
const SyncSource& AppDataUnit::getSource |
( |
|
) |
const [inline] |
bool AppDataUnit::isMarked |
( |
|
) |
const [inline] |
Is this data unit marked?.
- Returns:
- true if marked.
Assignment operator.
- Parameters:
-
- Returns:
- the result of the assignment
The documentation for this class was generated from the following file: