StreamLiveInputSrtPlayback

data class StreamLiveInputSrtPlayback(val passphrase: String? = null, val streamId: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(passphrase: String? = null, streamId: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val passphrase: String? = null

The secret key to use for playback via SRT.

Link copied to clipboard
val streamId: String? = null

The identifier of the live input to use for playback via SRT.

Link copied to clipboard
val url: String? = null

The URL used to play live video over SRT.