SrtListenerRouterInputConfiguration

The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the decryption settings for an SRT listener input, including the encryption key configuration and associated parameters.

Link copied to clipboard

The minimum latency in milliseconds for the SRT protocol in listener mode.

Link copied to clipboard
val port: Int

The port number for the SRT protocol in listener mode.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String