FlowInputConfiguration

data class FlowInputConfiguration(val inputPort: Int, val interface: FlowInterface)

The transport parameters associated with an incoming media stream.

Constructors

Link copied to clipboard
constructor(inputPort: Int, interface: FlowInterface)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The port that the flow listens on for an incoming media stream.

Link copied to clipboard

The VPC interface where the media stream comes in from.