Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
headers.h File Reference

RTP headers. More...

#include "roc_core/attributes.h"
#include "roc_core/endian.h"
#include "roc_core/panic.h"
#include "roc_core/stddefs.h"
Include dependency graph for headers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  roc::rtp::Header
 RTP header. More...
 
class  roc::rtp::ExtentionHeader
 RTP extension header. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::rtp
 RTP protocol support.
 

Enumerations

enum  roc::rtp::Version { roc::rtp::V2 = 2 }
 RTP protocol version. More...
 
enum  roc::rtp::PayloadType { roc::rtp::PayloadType_L16_Stereo = 10 , roc::rtp::PayloadType_L16_Mono = 11 }
 RTP payload type. More...
 

Detailed Description

RTP headers.

Definition in file headers.h.