OutputDestination

Placeholder documentation for OutputDestination

Types

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

Properties

Link copied to clipboard
val id: String?

User-specified id. This is used in an output group or an output.

Link copied to clipboard

Optional assignment of an output to a logical interface on the Node. Only applies to on premises channels.

Link copied to clipboard

Destination settings for a MediaPackage output; one destination for both encoders.

Link copied to clipboard

Destination settings for a Multiplex output; one destination for both encoders.

Link copied to clipboard

Destination settings for a standard output; one destination for each redundant encoder.

Link copied to clipboard

SRT settings for an SRT output; one destination for each redundant encoder.

Functions

Link copied to clipboard
inline fun copy(block: OutputDestination.Builder.() -> Unit = {}): OutputDestination
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