ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTCPCompoundHandler::SDESItem Struct Reference

Struct for an item description of a SDES packet. More...

#include <rtcppkt.h>

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

Data Fields

uint8 type
 item identifier. More...
 
uint8 len
 item len in octets. More...
 
char data [1]
 item content. More...
 

Detailed Description

Struct for an item description of a SDES packet.

Definition at line 175 of file rtcppkt.h.

Field Documentation

char RTCPCompoundHandler::SDESItem::data[1]

item content.

Definition at line 179 of file rtcppkt.h.

uint8 RTCPCompoundHandler::SDESItem::len

item len in octets.

Definition at line 178 of file rtcppkt.h.

uint8 RTCPCompoundHandler::SDESItem::type

item identifier.

Definition at line 177 of file rtcppkt.h.


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