Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTPPacket::RFC2833Payload Struct Reference

a structure defining RFC2833 Telephony events. More...

#include <rtppkt.h>

Collaboration diagram for RTPPacket::RFC2833Payload:
Collaboration graph
[legend]

Data Fields

uint8 event: 8
 
bool ebit: 1
 
bool rbit: 1
 
uint8 vol: 6
 
uint16 duration: 16
 

Detailed Description

a structure defining RFC2833 Telephony events.

structure to define RFC2833 telephony events in RTP. You can use this by recasing the pointer returned by getPayload().

Definition at line 438 of file rtppkt.h.

Field Documentation

uint16 RTPPacket::RFC2833Payload::duration

Definition at line 445 of file rtppkt.h.

bool RTPPacket::RFC2833Payload::ebit

Definition at line 442 of file rtppkt.h.

uint8 RTPPacket::RFC2833Payload::event

Definition at line 441 of file rtppkt.h.

bool RTPPacket::RFC2833Payload::rbit

Definition at line 443 of file rtppkt.h.

uint8 RTPPacket::RFC2833Payload::vol

Definition at line 444 of file rtppkt.h.


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