FlowOutputDestinationConfiguration

data class FlowOutputDestinationConfiguration(val destinationIp: String, val destinationPort: Int, val interface: FlowOutputInterface)

The definition of a media stream that is associated with the output.

Constructors

Link copied to clipboard
constructor(destinationIp: String, destinationPort: Int, interface: FlowOutputInterface)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address where contents of the media stream will be sent.

Link copied to clipboard

The port to use when the content of the media stream is distributed to the output.

Link copied to clipboard

The VPC interface that is used for the media stream associated with the output.