MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Properties | List of all members
MCBitrateSettings Class Reference

The BitrateSettings class allows customizing bitrate settings for publishing streams. More...

#import <client.h>

Inheritance diagram for MCBitrateSettings:
Inheritance graph
[legend]
Collaboration diagram for MCBitrateSettings:
Collaboration graph
[legend]

Properties

BOOL disableBWE
 Disable built-in bandwidth estimation algorithm that forces sending the maximum bitrate without any congestion control.
 
NSInteger maxBitrateKbps
 The maximum bitrate, in kilobits per second.
 
NSInteger minBitrateKbps
 The minimum bitrate, in kilobits per second.
 
NSInteger startBitrateKbps
 The start bitrate, in kilobits per second.
 

Detailed Description

The BitrateSettings class allows customizing bitrate settings for publishing streams.

Property Documentation

◆ disableBWE

- (BOOL) disableBWE
readwritenonatomicassign

Disable built-in bandwidth estimation algorithm that forces sending the maximum bitrate without any congestion control.

◆ maxBitrateKbps

- (NSInteger) maxBitrateKbps
readwritenonatomicassign

The maximum bitrate, in kilobits per second.

◆ minBitrateKbps

- (NSInteger) minBitrateKbps
readwritenonatomicassign

The minimum bitrate, in kilobits per second.

◆ startBitrateKbps

- (NSInteger) startBitrateKbps
readwritenonatomicassign

The start bitrate, in kilobits per second.


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