BMPAdaptationConfiguration
Objective-C
@interface BMPAdaptationConfiguration : NSObject <BMPJsonable>
Swift
class AdaptationConfiguration : NSObject, BMPJsonable
Contains configuration values regarding the behaviour of the bitrate adaptation.
-
The upper bitrate boundary in bits per second for network bandwidth consumption of the played source. Can be set to 0 for no limitation.
Default value is 0.
Declaration
Objective-C
@property (nonatomic) NSUInteger maxSelectableBitrate;
Swift
var maxSelectableBitrate: UInt { get set }