webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <testutils.h>
Public Member Functions | |
void | WriteToByteBuffer (uint32_t in_ssrc, rtc::ByteBufferWriter *buf) const |
bool | ReadFromByteBuffer (rtc::ByteBufferReader *buf) |
bool | SameExceptSeqNumTimestampSsrc (const RawRtpPacket &packet, uint16_t seq, uint32_t ts, uint32_t ssc) const |
int | size () const |
void | WriteToByteBuffer (uint32_t in_ssrc, rtc::ByteBufferWriter *buf) const |
bool | ReadFromByteBuffer (rtc::ByteBufferReader *buf) |
bool | SameExceptSeqNumTimestampSsrc (const RawRtpPacket &packet, uint16_t seq, uint32_t ts, uint32_t ssc) const |
int | size () const |
Public Attributes | |
uint8_t | ver_to_cc |
uint8_t | m_to_pt |
uint16_t | sequence_number |
uint32_t | timestamp |
uint32_t | ssrc |
char | payload [16] |
bool cricket::RawRtpPacket::ReadFromByteBuffer | ( | rtc::ByteBufferReader * | buf | ) |
bool cricket::RawRtpPacket::ReadFromByteBuffer | ( | rtc::ByteBufferReader * | buf | ) |
bool cricket::RawRtpPacket::SameExceptSeqNumTimestampSsrc | ( | const RawRtpPacket & | packet, |
uint16_t | seq, | ||
uint32_t | ts, | ||
uint32_t | ssc | ||
) | const |
bool cricket::RawRtpPacket::SameExceptSeqNumTimestampSsrc | ( | const RawRtpPacket & | packet, |
uint16_t | seq, | ||
uint32_t | ts, | ||
uint32_t | ssc | ||
) | const |
|
inline |
|
inline |
void cricket::RawRtpPacket::WriteToByteBuffer | ( | uint32_t | in_ssrc, |
rtc::ByteBufferWriter * | buf | ||
) | const |
void cricket::RawRtpPacket::WriteToByteBuffer | ( | uint32_t | in_ssrc, |
rtc::ByteBufferWriter * | buf | ||
) | const |
uint8_t cricket::RawRtpPacket::m_to_pt |
char cricket::RawRtpPacket::payload |
uint16_t cricket::RawRtpPacket::sequence_number |
uint32_t cricket::RawRtpPacket::ssrc |
uint32_t cricket::RawRtpPacket::timestamp |
uint8_t cricket::RawRtpPacket::ver_to_cc |