LiveStreamStatus

Topic for the current live-stream configuration / status.

See also

Types

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(byteArray: ByteArray): LiveStreamStatus.Data

De-Serializes the given byteArray into the type T.

Link copied to clipboard
open override fun serialize(item: LiveStreamStatus.Data): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String