StreamStats
public struct StreamStats
Statistics for a single stream @since 9.6
-
If this stream is currently active
- @since 9.6
Declaration
Swift
public var active: Bool
-
Time, in seconds, this stream has been active
- @since 9.6
Declaration
Swift
public var duration: Double
-
ID number of this stream
- @since 9.6
Declaration
Swift
public var id: Double
-
Time this stream started, seconds since epoch
- @since 9.6
Declaration
Swift
public var startTime: Double
-
Upload speed of this stream, in megabits per second
- @since 9.6
Declaration
Swift
public var uploadSpeed: Double
-
Download speed of this stream, in megabits per second
- @since 9.8
Declaration
Swift
public var downloadSpeed: Double
-
Average upload speed of this stream, in megabits per second
- @since 9.8
Declaration
Swift
public var averageUploadSpeed: Double
-
Average download speed of this stream, in megabits per second
- @since 9.8
Declaration
Swift
public var averageDownloadSpeed: Double
-
Unique identifier of this stream
- @since 9.8
Declaration
Swift
public var groupID: Double
-
Name of app/service in use
- @since 9.8
Declaration
Swift
public var name: String
-
When a stream has switched to redundant mode
- @since 9.8
Declaration
Swift
public var redundantSaves: Double
-
When the network speed dips below the speed of the stream and speedify bonds the connection for more speed
- @since 9.8
Declaration
Swift
public var speedSaves: Double