QualityURLSet
public struct QualityURLSet
Represents a set of test URLs categorized by network speed or quality tiers.
-
The URL intended for low-bandwidth or low-quality testing.
Declaration
Swift
public let low: URL -
The URL intended for medium-bandwidth or medium-quality testing.
Declaration
Swift
public let medium: URL -
The URL intended for high-bandwidth or high-quality testing.
Declaration
Swift
public let high: URL -
Undocumented
Declaration
Swift
public init(low: URL, medium: URL, high: URL) -
Undocumented
Declaration
Swift
public var orderedURLs: [URL] { get }