Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::rtcp::SdesItem Struct Reference

Parsed SDES item. More...

#include <sdes.h>

Public Attributes

header::SdesItemType type
 Item type. More...
 
const char * text
 Item text. Zero-terminated UTF-8 string. More...
 

Detailed Description

Parsed SDES item.

Definition at line 33 of file sdes.h.

Member Data Documentation

◆ text

const char* roc::rtcp::SdesItem::text

Item text. Zero-terminated UTF-8 string.

Definition at line 44 of file sdes.h.

◆ type

header::SdesItemType roc::rtcp::SdesItem::type

Item type.

Definition at line 40 of file sdes.h.


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