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

Struct for BYE (leaving session) RTCP packets. More...

#include <rtcppkt.h>

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

Data Fields

uint32 ssrc
 ssrc identifier of source leaving. More...
 
uint8 length
 [optional] length of reason. More...
 

Detailed Description

Struct for BYE (leaving session) RTCP packets.

Definition at line 204 of file rtcppkt.h.

Field Documentation

uint8 RTCPCompoundHandler::BYEPacket::length

[optional] length of reason.

Definition at line 207 of file rtcppkt.h.

uint32 RTCPCompoundHandler::BYEPacket::ssrc

ssrc identifier of source leaving.

Definition at line 206 of file rtcppkt.h.


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