RTCPCompoundHandler::SDESChunk - Struct for a chunk of items in a SDES RTCP packet.
Contents
Detailed Description
Struct for a chunk of items in a SDES RTCP packet.
Member Data Documentation
SDESItemRTCPCompoundHandler::SDESChunk::item
SDES item from sender.
uint32RTCPCompoundHandler::SDESChunk::ssrc
SSRC identifer from sender.
Member Function Documentation
uint32RTCPCompoundHandler::SDESChunk::getSSRC()const[inline]
Name
RTCPCompoundHandler::SDESChunk - Struct for a chunk of items in a SDES RTCP packet.
Synopsis
#include <rtcppkt.h>
PublicMemberFunctions
uint32 getSSRC () const
PublicAttributes
uint32 ssrc
SSRC identifer from sender.
SDESItemitem
SDES item from sender.
