PTABRControlParameters Class Reference
| Inherits from | PTMetadata : NSObject |
| Declared in | PTABRControlParameters.h |
Overview
Encapsulates all ABR control parameters. Currently supported parameters are: - minimum bit-rate - maximum bit-rate - initial bit-rate
Tasks
Properties
-
initialBitRateValue of the initial bit-rate (expressed in bps). The profile with the closest (equal or less) bit-rate value is selected for preload.
property -
minBitRateValue of the minimum bit-rate (expressed in bps). All profiles with a bit-rate lower than this value are ignored.
property -
maxBitRateValue of the maximum bit-rate (expressed in bps). All profiles with a bit-rate greater than this value are ignored.
property
Initialization
-
– initWithABRControlParameters:minBitRate:maxBitRate:Initializes a new instance with the specified initial, minimum and maximum bitrate settings
Properties
initialBitRate
Value of the initial bit-rate (expressed in bps). The profile with the closest (equal or less) bit-rate value is selected for preload.
@property (assign, nonatomic) int initialBitRateDiscussion
Value of the initial bit-rate (expressed in bps). The profile with the closest (equal or less) bit-rate value is selected for preload.
Declared In
PTABRControlParameters.hmaxBitRate
Value of the maximum bit-rate (expressed in bps). All profiles with a bit-rate greater than this value are ignored.
@property (assign, nonatomic) int maxBitRateDiscussion
Value of the maximum bit-rate (expressed in bps). All profiles with a bit-rate greater than this value are ignored.
Declared In
PTABRControlParameters.hminBitRate
Value of the minimum bit-rate (expressed in bps). All profiles with a bit-rate lower than this value are ignored.
@property (assign, nonatomic) int minBitRateDiscussion
Value of the minimum bit-rate (expressed in bps). All profiles with a bit-rate lower than this value are ignored.
Declared In
PTABRControlParameters.hInstance Methods
initWithABRControlParameters:minBitRate:maxBitRate:
Initializes a new instance with the specified initial, minimum and maximum bitrate settings
- (id)initWithABRControlParameters:(int)initialBitRate minBitRate:(int)minBitRate maxBitRate:(int)maxBitRateDiscussion
Initializes a new instance with the specified initial, minimum and maximum bitrate settings
Declared In
PTABRControlParameters.h