Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTCPCompoundHandler::NACKPacket Struct Reference

Struct for Negative ACKnowledgements (NACK) RTCP packet. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPCompoundHandler::NACKPacket:
Collaboration graph
[legend]

Data Fields

uint32 ssrc
 ssrc identifier of source. More...
 
uint16 fsn
 First Sequence Number lost. More...
 
uint16 blp
 Bitmask of following Lost Packets. More...
 

Detailed Description

Struct for Negative ACKnowledgements (NACK) RTCP packet.

Specific for H.261 sessions (see RFC 2032).

Definition at line 241 of file rtcppkt.h.

Field Documentation

uint16 RTCPCompoundHandler::NACKPacket::blp

Bitmask of following Lost Packets.

Definition at line 245 of file rtcppkt.h.

uint16 RTCPCompoundHandler::NACKPacket::fsn

First Sequence Number lost.

Definition at line 244 of file rtcppkt.h.

uint32 RTCPCompoundHandler::NACKPacket::ssrc

ssrc identifier of source.

Definition at line 243 of file rtcppkt.h.


The documentation for this struct was generated from the following file: