Data

data class Data(val frameRate: Int, val bitrate: Int, val resolution: String, val url: String?, val activeClients: Int)

Parameters

frameRate

The current stream frame-rate

bitrate

The current stream bitrate

resolution

The current stream resolution

url

The current stream URL. null value indicates, that there is currently no stream available.

activeClients

The amount of active clients

Constructors

Link copied to clipboard
constructor(frameRate: Int, bitrate: Int, resolution: String, url: String?, activeClients: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String?