TheoLiveSource
public class TheoLiveSource : TypedSourceSource that points to a channel on theo.live
- 
                  
                  The amount of seconds from live that the player will aim for. Remark This property will override the target latency configured in THEOlive console. *DeclarationSwift public let targetLatency: Double?
- 
                  
                  Creates a new typed source with a theo.live channel ID DeclarationSwift public init(channelId: String, headers: [String : String]? = nil, targetLatency: Double? = nil)ParameterschannelIdThe ID of the theo.live channel headersThe HTTP request headers associated with the source. targetLatencyThe live offset that the player will aim for. 
- 
                  
                  DeclarationSwift public convenience required init(from decoder: Decoder) throws
