RTCPCompoundHandler::SDESItem - Struct for an item description of a SDES packet.
Contents
Detailed Description
Struct for an item description of a SDES packet.
Member Data Documentation
charRTCPCompoundHandler::SDESItem::data[1]
item content.
uint8RTCPCompoundHandler::SDESItem::len
item len in octets.
uint8RTCPCompoundHandler::SDESItem::type
item identifier.
Name
RTCPCompoundHandler::SDESItem - Struct for an item description of a SDES packet.
Synopsis
#include <rtcppkt.h>
PublicAttributes
uint8 type
item identifier.
uint8 len
item len in octets.
char data [1]
item content.
