The BitrateSettings class allows customizing bitrate settings for publishing streams.
More...
#import <client.h>
|
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.
|
|
The BitrateSettings class allows customizing bitrate settings for publishing streams.
◆ disableBWE
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: