HKStreamBitRateStrategy
public protocol HKStreamBitRateStrategy : Sendable
A type with a network bitrate strategy representation.
-
The mamimum video bitRate.
Declaration
Swift
var mamimumVideoBitRate: Int { get } -
The mamimum audio bitRate.
Declaration
Swift
var mamimumAudioBitRate: Int { get } -
adjustBitrate(_:Asynchronousstream: ) Adjust a bitRate.
Declaration
Swift
func adjustBitrate(_ event: NetworkMonitorEvent, stream: some HKStream) async