Amazon Kinesis Webrtc C SDK
RollingBufferConfig Struct Reference

#include <Rtp.h>

Collaboration diagram for RollingBufferConfig:
Collaboration graph

Public Attributes

DOUBLE rollingBufferDurationSec
 Maximum duration of media that needs to be buffered (in seconds). The lowest allowed is 0.1 seconds (100ms) More...
 
DOUBLE rollingBufferBitratebps
 

Member Data Documentation

◆ rollingBufferBitratebps

DOUBLE RollingBufferConfig::rollingBufferBitratebps

Maximum expected bitrate of media (In bits/second). It is used to determine the buffer capacity. The lowest allowed is 100 Kbps

◆ rollingBufferDurationSec

DOUBLE RollingBufferConfig::rollingBufferDurationSec

Maximum duration of media that needs to be buffered (in seconds). The lowest allowed is 0.1 seconds (100ms)


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