StreamingSettings

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val audio: StreamingAudioSettings? = null

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
val video: StreamingVideoSettings? = null

Video settings for the stream.