Bayonne2 / Common C++ 2 Framework
|
Struct for Negative ACKnowledgements (NACK) RTCP packet. More...
#include <rtcppkt.h>
Data Fields | |
uint32 | ssrc |
ssrc identifier of source. More... | |
uint16 | fsn |
First Sequence Number lost. More... | |
uint16 | blp |
Bitmask of following Lost Packets. More... | |
Struct for Negative ACKnowledgements (NACK) RTCP packet.
Specific for H.261 sessions (see RFC 2032).
uint16 RTCPCompoundHandler::NACKPacket::blp |
uint16 RTCPCompoundHandler::NACKPacket::fsn |
uint32 RTCPCompoundHandler::NACKPacket::ssrc |