This message describes data to be sent using RTP.
More...
#include <miprtpmessage.h>
List of all members.
Detailed Description
This message is a container for data which has to be sent using the RTP protocol. The subtype of this message is MIPRTPMESSAGE_TYPE_SEND, defined in miprtpmessage.h
Constructor & Destructor Documentation
MIPRTPSendMessage::MIPRTPSendMessage |
( |
uint8_t * |
pData, |
|
|
size_t |
dataLength, |
|
|
uint8_t |
payloadType, |
|
|
bool |
marker, |
|
|
uint32_t |
tsInc, |
|
|
bool |
deleteData = true |
|
) |
| [inline] |
This constructor creates a message with data to be sent using RTP.
- Parameters:
-
pData | A pointer to the RTP payload. |
dataLength | The length of the payload. |
payloadType | The payload type. |
marker | Flag indicating if the RTP marker bit should be set. |
tsInc | The amount with which the timestamp should be incremented. |
deleteData | Flag indicating if a delete call should be used on pData when the message is destroyed. |
Member Function Documentation
bool MIPRTPSendMessage::getMarker |
( |
| ) |
const [inline] |
const uint8_t* MIPRTPSendMessage::getPayload |
( |
| ) |
const [inline] |
size_t MIPRTPSendMessage::getPayloadLength |
( |
| ) |
const [inline] |
uint8_t MIPRTPSendMessage::getPayloadType |
( |
| ) |
const [inline] |
MIPTime MIPRTPSendMessage::getSamplingInstant |
( |
| ) |
const [inline] |
uint32_t MIPRTPSendMessage::getTimestampIncrement |
( |
| ) |
const [inline] |
void MIPRTPSendMessage::setSamplingInstant |
( |
MIPTime |
t | ) |
[inline] |
The documentation for this class was generated from the following file: