HomeSort by relevance Sort by last modified time
    Searched defs:Bye (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye.h 24 class Bye : public RtcpPacket {
28 Bye();
29 virtual ~Bye() {}
58 RTC_DISALLOW_COPY_AND_ASSIGN(Bye);
bye.cc 11 #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h"
22 // Bye packet (BYE) (RFC 3550).
26 // |V=2|P| SC | PT=BYE=203 | length |
34 Bye::Bye() : sender_ssrc_(0) {}
36 bool Bye::Parse(const RtcpCommonHeader& header, const uint8_t* payload) {
76 bool Bye::Create(uint8_t* packet,
112 bool Bye::WithCsrc(uint32_t csrc) {
121 void Bye::WithReason(const std::string& reason)
    [all...]
  /external/webrtc/webrtc/test/
rtcp_packet_parser.h 163 class Bye : public PacketType {
165 Bye() {}
166 virtual ~Bye() {}
173 void Set(const RTCPUtility::RTCPPacketBYE& bye) {
174 bye_ = bye;
641 Bye* bye() { return &bye_; }
676 Bye bye_;

Completed in 169 milliseconds