THEOliveAPI
public protocol THEOliveAPIAPI for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.
- 
                  
                  Seek to the live edge. DeclarationSwift func goLive()
- 
                  
                  Preload some channels to allow faster switching between channels. This will retrieve the metadata of all the given channel ids and store it so next loadChannel calls are faster. DeclarationSwift func preloadPublications(publicationIds: [String])ParameterspublicationIdsThe ids of the publications to preload 
- 
                  
                  Calculated latency values for the different parts of the HESP pipeline DeclarationSwift var latencies: HESPLatencies? { get }
- 
                  
                  The current measured streaming latency DeclarationSwift var currentLatency: Double? { get }
- 
                  
                  The authentication token that will be used when requesting a manifest or segment. DeclarationSwift var authToken: String? { get set }
