ccRTP
Public Attributes | List of all members
RTCPCompoundHandler::NACKPacket Struct Reference

Struct for Negative ACKnowledgements (NACK) RTCP packet. Specific for H.261 sessions (see RFC 2032). More...

#include <rtcppkt.h>

Public Attributes

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).

Member Data Documentation

◆ blp

uint16 RTCPCompoundHandler::NACKPacket::blp

Bitmask of following Lost Packets.

◆ fsn

uint16 RTCPCompoundHandler::NACKPacket::fsn

First Sequence Number lost.

◆ ssrc

uint32 RTCPCompoundHandler::NACKPacket::ssrc

ssrc identifier of source.


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