Amazon Kinesis Webrtc C SDK
 
Loading...
Searching...
No Matches
TwccFeedback Struct Reference

Per-packet feedback from a TWCC report. More...

#include <Include.h>

Collaboration diagram for TwccFeedback:
Collaboration graph

Public Attributes

UINT16 twccSeqNum
 Transport-wide sequence number.
 
UINT64 sendTime
 RTP packet send time in hundreds of nanos (local clock)
 
UINT64 recvTime
 RTP packet reported receive time in hundreds of nanos (remote clock, reconstructed)
 
UINT32 packetSize
 Size of the packet sent (bytes)
 

Detailed Description

Per-packet feedback from a TWCC report.

NOTE: sendTime and recvTime use different unsynchronized clocks (local sender clock vs. remote receiver clock). These values are meaningful for computing inter-packet deltas (e.g., one-way delay variation). Do NOT use them to calculate RTT.


The documentation for this struct was generated from the following file: