TAO_AV  2.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
sdesChunk_s Struct Reference

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>

Collaboration diagram for sdesChunk_s:
Collaboration graph

Public Attributes

sdesChunk_tnext_
 Link to next item. More...
 
ACE_UINT32 ssrc_
 The synchronization source id that this chunk describes. More...
 
sdesItem_titem_
 A linked list of items to describe this source. More...
 

Detailed Description

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'.

Member Data Documentation

sdesItem_t* sdesChunk_s::item_

A linked list of items to describe this source.

sdesChunk_t* sdesChunk_s::next_

Link to next item.

ACE_UINT32 sdesChunk_s::ssrc_

The synchronization source id that this chunk describes.


The documentation for this struct was generated from the following file: