BridgeSource

data class BridgeSource(val flowSource: BridgeFlowSource? = null, val networkSource: BridgeNetworkSource? = null)

The bridge's source.

Constructors

Link copied to clipboard
constructor(flowSource: BridgeFlowSource? = null, networkSource: BridgeNetworkSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.

Link copied to clipboard

The source of the bridge. A network source originates at your premises.