PlayoutDelay
public struct PlayoutDelay : Codable, Hashable
The playout delay configuration.
This is used to configure the playout delay for a Millicast Source.
Remark
This is a hint, and factors like network jitter and audio/video sync latency affect the actual delay applied.-
Declaration
Swift
public let minimum: Int -
Declaration
Swift
public let maximum: Int -
Declaration
Swift
public init(minimum: Int, maximum: Int)