MillicastSDK 1.5.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
millicast::BitrateSettings Struct Reference

Allows setting the desired minimum, maximum and or start bitrates when publishing a stream. More...

#include <client.h>

Public Attributes

std::optional< int > start_bitrate_kbps
 
std::optional< int > min_bitrate_kbps
 
std::optional< int > max_bitrate_kbps
 

Detailed Description

Allows setting the desired minimum, maximum and or start bitrates when publishing a stream.

Remarks
setting the minimum bitrate to a high value may result in inconsistent streams. Consider your network bandwidth as a factor.

Member Data Documentation

◆ max_bitrate_kbps

std::optional<int> millicast::BitrateSettings::max_bitrate_kbps

◆ min_bitrate_kbps

std::optional<int> millicast::BitrateSettings::min_bitrate_kbps

◆ start_bitrate_kbps

std::optional<int> millicast::BitrateSettings::start_bitrate_kbps

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