ccRTP 2.1.2
 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
 
uint8 vol: 6
 
bool rbit: 1
 
bool ebit: 1
 
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 435 of file rtppkt.h.

Field Documentation

uint16 RTPPacket::RFC2833Payload::duration

Definition at line 448 of file rtppkt.h.

bool RTPPacket::RFC2833Payload::ebit

Definition at line 447 of file rtppkt.h.

uint8 RTPPacket::RFC2833Payload::event

Definition at line 444 of file rtppkt.h.

bool RTPPacket::RFC2833Payload::rbit

Definition at line 446 of file rtppkt.h.

uint8 RTPPacket::RFC2833Payload::vol

Definition at line 445 of file rtppkt.h.


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