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

#include <PeerConnection.h>

Collaboration diagram for TwccRtpPacketInfo:
Collaboration graph

Public Attributes

UINT64 localTimeKvs
 sender send time (T) in hundreds of nanos
 
UINT64 remoteTimeKvs
 receiver arrival time (R) in hundreds of nanos (reconstructed)
 
UINT32 packetSize
 

Detailed Description

Contains the necessary info for TWCC one-way delay variation calculation. Between two consecutive seqNum packets 1 and 2:

  • Inter-send delta: T2 - T1
  • Inter-recv delta: R2 - R1
  • One-way delay variation: (R2 - R1) - (T2 - T1)

Member Data Documentation

◆ localTimeKvs

UINT64 TwccRtpPacketInfo::localTimeKvs

sender send time (T) in hundreds of nanos

◆ packetSize

UINT32 TwccRtpPacketInfo::packetSize

◆ remoteTimeKvs

UINT64 TwccRtpPacketInfo::remoteTimeKvs

receiver arrival time (R) in hundreds of nanos (reconstructed)


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