logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RTPPacket::RFC2833Payload - a structure defining RFC2833 Telephony events.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                         RTPPacket::RFC2833Payload(3)

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

See Also