RTCPCompoundHandler_SDESItem

Langue: en

Autres versions - même langue

Version: 281611 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RTCPCompoundHandler::SDESItem - Struct for an item description of a SDES packet.

SYNOPSIS


#include <rtcppkt.h>

Public Attributes


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

Detailed Description

Struct for an item description of a SDES packet.

Member Data Documentation

uint8 RTCPCompoundHandler::SDESItem::type

item identifier.

uint8 RTCPCompoundHandler::SDESItem::len

item len in octets.

char RTCPCompoundHandler::SDESItem::data[1]

item content.

Author

Generated automatically by Doxygen for ccRTP from the source code.