Adaptive Bit Rate API
-
The different adaptive bitrate (ABR) strategies. This configuration will only work with THEOlive streams and will not have any effect for other types of streams.
See moreDeclaration
Swift
public enum ABRStrategyType : Int
extension ABRStrategyType: Codable
-
The ABRMetadata specifies extra metadata that can be used to drive the ABR behavior of the player.
See moreDeclaration
Swift
public class ABRMetadata : NSObject, Codable
-
An object specifying strategy and metadata that the player will use for initial playback.
See moreDeclaration
Swift
public class ABRStrategyConfiguration : NSObject, Codable
-
The ABR object enables control of the adaptive bitrate behavior of the player.
See moreDeclaration
Swift
public protocol ABRConfiguration