Classes |
struct | RTCP_Common_Header |
| This is the header data that is common to all RTCP messages. More...
|
class | RTCP_Packet |
| This is an abstract class from which all RTCP packet types are derived. It contains code used to validate the RTCP packet. More...
|
class | RTCP_BYE_Packet |
| The BYE RTCP packet is sent by a party when leaving an RTP session. More...
|
struct | RR_Block |
| The receiver report block encapsulates the data that represents the reception statistics for a particular stream. More...
|
class | RTCP_RR_Packet |
| The Receiver Report packet is sent by all members of a session that are not sending data. It contains a list of RR_Block to represent each source this party is receiving data from. More...
|
struct | sdesItem_s |
| This is a linked list of structures containing source description 'items' such as canonical name, email, location etc. More...
|
struct | sdesChunk_s |
| This is a linked list of structures containing groups of source description items. A group of items for a particular synchronization source id is referred to as a 'chunk'. More...
|
class | RTCP_SDES_Packet |
| The Source Description packet is sent by all members of a session. At a minimum, the canonical name (or CNAME) is sent with each RTCP packet. Other items such as name, email, or location are included less frequently. More...
|
class | RTCP_SR_Packet |
| The Sender Report packet is sent by all members of a session that are sending data. It contains statistics on the data being sent out. It also contains a list of RR_Block to represent each source this party is receiving data from. More...
|
Typedefs |
typedef struct sdesItem_s | sdesItem_t |
typedef struct sdesChunk_s | sdesChunk_t |