StreamConcurrencyManager
public protocol StreamConcurrencyManager
Stream concurrency manager which can check concurrent stream and abort playback if number exceeds allowed limit.
-
Configuration for stream concurrency service
Declaration
Swift
var configuration: StreamConcurrencyConfiguration { get } -
Function to handle player states
Declaration
Swift
func processPlaybackStateChange(player: Player)