TAO_AV
2.1.0
|
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...
#include <RTCP_Packet.h>
Public Attributes | |
sdesChunk_t * | next_ |
Link to next item. | |
ACE_UINT32 | ssrc_ |
The synchronization source id that this chunk describes. | |
sdesItem_t * | item_ |
A linked list of items to describe this source. |
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'.
A linked list of items to describe this source.
Link to next item.
ACE_UINT32 sdesChunk_s::ssrc_ |
The synchronization source id that this chunk describes.