|
bool | gnash::rtmp::hasPayload (const RTMPPacket &p) |
| Check whether an RTMPPacket has a payload. More...
|
|
void | gnash::rtmp::clearPayload (RTMPPacket &p) |
| Clear the message body and the bytes read of an RTMPPacket. More...
|
|
size_t | gnash::rtmp::payloadSize (const RTMPPacket &p) |
| The current size of the space allocated for the message payload. More...
|
|
std::uint8_t * | gnash::rtmp::payloadData (RTMPPacket &p) |
| Access the payload data section of the buffer. More...
|
|
const std::uint8_t * | gnash::rtmp::payloadData (const RTMPPacket &p) |
| Access the payload data section of the buffer. More...
|
|
const std::uint8_t * | gnash::rtmp::payloadEnd (const RTMPPacket &p) |
| Get the end of the allocated payload data section of the buffer. More...
|
|
bool | gnash::rtmp::isReady (const RTMPPacket &p) |
| Check if a packet is ready for processing. More...
|
|
bool | gnash::rtmp::sendServerBW (RTMP &r) |
| Send the server bandwidth. More...
|
|
bool | gnash::rtmp::sendCtrl (RTMP &r, ControlType, unsigned int nObject, unsigned int nTime) |
| Send a control packet. More...
|
|
std::ostream & | gnash::rtmp::operator<< (std::ostream &o, PacketType p) |
| Logging assistance for PacketType. More...
|
|
std::ostream & | gnash::rtmp::operator<< (std::ostream &o, ControlType t) |
| Logging assistance for ControlType. More...
|
|