SrtCallerRouterOutputConfiguration

The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.

Types

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

Properties

Link copied to clipboard

The destination IP address for the SRT protocol in caller mode.

Link copied to clipboard

The destination port number for the SRT protocol in caller mode.

Link copied to clipboard

Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.

Link copied to clipboard

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

Link copied to clipboard

The stream ID for the SRT protocol in caller 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