RTCPCompoundHandler_SDESChunk

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

RTCPCompoundHandler::SDESChunk - Struct for a chunk of items in a SDES RTCP packet.

SYNOPSIS


#include <rtcppkt.h>

Public Member Functions


uint32 getSSRC () const

Public Attributes


uint32 ssrc
SSRC identifer from sender.
SDESItem item
SDES item from sender.

Detailed Description

Struct for a chunk of items in a SDES RTCP packet.

Member Function Documentation

uint32 RTCPCompoundHandler::SDESChunk::getSSRC () const [inline]

Member Data Documentation

uint32 RTCPCompoundHandler::SDESChunk::ssrc

SSRC identifer from sender.

SDESItem RTCPCompoundHandler::SDESChunk::item

SDES item from sender.

Author

Generated automatically by Doxygen for ccRTP from the source code.