RTPPacket::RFC2833Payload - a structure defining RFC2833 Telephony events.
Contents
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().
Member Data Documentation
uint16RTPPacket::RFC2833Payload::durationboolRTPPacket::RFC2833Payload::ebituint8RTPPacket::RFC2833Payload::eventboolRTPPacket::RFC2833Payload::rbituint8RTPPacket::RFC2833Payload::vol
Name
RTPPacket::RFC2833Payload - a structure defining RFC2833 Telephony events.
Synopsis
#include <rtppkt.h>
PublicAttributes
uint8 event: 8
bool ebit: 1
bool rbit: 1
uint8 vol: 6
uint16 duration: 16
