#include <RTCP_Packet.h>
Collaboration diagram for sdesItem_s:
Public Attributes | |
sdesItem_t * | next_ |
link to next item. | |
unsigned char | type_ |
Type of item (eg canonical name). | |
union { | |
struct { | |
unsigned char length_ | |
Length of an item (in octets). | |
char * data_ | |
Item text, not null-terminated. | |
} standard_ | |
struct { | |
unsigned char name_length_ | |
Length of the name of an item (in octets). | |
unsigned char data_length_ | |
Length of the item data (in octets). | |
char * name_ | |
The name of the item, not null-terminated. | |
char * data_ | |
Item data, not null-terminated. | |
} priv_ | |
} | info_ |
|
Item data, not null-terminated.
|
|
Item text, not null-terminated.
|
|
Length of the item data (in octets).
|
|
|
|
Length of an item (in octets).
|
|
The name of the item, not null-terminated.
|
|
Length of the name of an item (in octets).
|
|
link to next item.
|
|
|
|
|
|
Type of item (eg canonical name).
|