StreamingSettings

@Serializable
data class StreamingSettings(val video: StreamingVideoSettings? = null, val audio: StreamingAudioSettings? = null, val maxDuration: Int? = null, val layout: StreamingLayout? = null)

Constructors

Link copied to clipboard
constructor(video: StreamingVideoSettings? = null, audio: StreamingAudioSettings? = null, maxDuration: Int? = null, layout: StreamingLayout? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Audio settings for the stream.

Link copied to clipboard
val layout: StreamingLayout? = null

Settings which define the way the stream is laid out.

Link copied to clipboard
val maxDuration: Int? = null

Maximum duration of the stream, in seconds.

Link copied to clipboard

Video settings for the stream.