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
-
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 -
minBitRate
Value of the minimum bit-rate (expressed in bps). All profiles with a bit-rate lower than this value are ignored.
property -
maxBitRate
Value 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 initialBitRate
Discussion
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.h
maxBitRate
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 maxBitRate
Discussion
Value of the maximum bit-rate (expressed in bps). All profiles with a bit-rate greater than this value are ignored.
Declared In
PTABRControlParameters.h
minBitRate
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 minBitRate
Discussion
Value of the minimum bit-rate (expressed in bps). All profiles with a bit-rate lower than this value are ignored.
Declared In
PTABRControlParameters.h
Instance 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)maxBitRate
Discussion
Initializes a new instance with the specified initial, minimum and maximum bitrate settings
Declared In
PTABRControlParameters.h