|
bool | cricket::GetUint8 (const void *data, size_t offset, int *value) |
|
bool | cricket::GetUint16 (const void *data, size_t offset, int *value) |
|
bool | cricket::GetUint32 (const void *data, size_t offset, uint32_t *value) |
|
bool | cricket::SetUint8 (void *data, size_t offset, uint8_t value) |
|
bool | cricket::SetUint16 (void *data, size_t offset, uint16_t value) |
|
bool | cricket::SetUint32 (void *data, size_t offset, uint32_t value) |
|
bool | cricket::GetRtpFlags (const void *data, size_t len, int *value) |
|
bool | cricket::GetRtpPayloadType (const void *data, size_t len, int *value) |
|
bool | cricket::GetRtpSeqNum (const void *data, size_t len, int *value) |
|
bool | cricket::GetRtpTimestamp (const void *data, size_t len, uint32_t *value) |
|
bool | cricket::GetRtpSsrc (const void *data, size_t len, uint32_t *value) |
|
bool | cricket::GetRtpHeaderLen (const void *data, size_t len, size_t *value) |
|
bool | cricket::GetRtpHeader (const void *data, size_t len, RtpHeader *header) |
|
bool | cricket::GetRtcpType (const void *data, size_t len, int *value) |
|
bool | cricket::GetRtcpSsrc (const void *data, size_t len, uint32_t *value) |
|
bool | cricket::SetRtpSsrc (void *data, size_t len, uint32_t value) |
|
bool | cricket::SetRtpHeader (void *data, size_t len, const RtpHeader &header) |
|
bool | cricket::IsRtpPacket (const void *data, size_t len) |
|
bool | cricket::IsValidRtpPayloadType (int payload_type) |
|
bool | cricket::ValidateRtpHeader (const uint8_t *rtp, size_t length, size_t *header_length) |
|
bool | cricket::UpdateRtpAbsSendTimeExtension (uint8_t *rtp, size_t length, int extension_id, uint64_t time_us) |
|
bool | cricket::ApplyPacketOptions (uint8_t *data, size_t length, const rtc::PacketTimeUpdateParams &packet_time_params, uint64_t time_us) |
|