mediaStreams

@JvmName(name = "masmvbqdyferfpys")
suspend fun mediaStreams(value: Output<List<FlowMediaStreamArgs>>)
@JvmName(name = "psudxyftibtfboar")
suspend fun mediaStreams(value: List<FlowMediaStreamArgs>?)

Parameters

value

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.


@JvmName(name = "tbhtseatgxrklskb")
suspend fun mediaStreams(vararg values: Output<FlowMediaStreamArgs>)


@JvmName(name = "ncvhefyugarymhxq")
suspend fun mediaStreams(values: List<Output<FlowMediaStreamArgs>>)
@JvmName(name = "dcfqctbxtlswcfcb")
suspend fun mediaStreams(vararg values: FlowMediaStreamArgs)

Parameters

values

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.


@JvmName(name = "xmhodvyeuhitrjgp")
suspend fun mediaStreams(argument: List<suspend FlowMediaStreamArgsBuilder.() -> Unit>)
@JvmName(name = "hmcnvxyhedbfmtvv")
suspend fun mediaStreams(vararg argument: suspend FlowMediaStreamArgsBuilder.() -> Unit)
@JvmName(name = "ubsbolspikussusd")
suspend fun mediaStreams(argument: suspend FlowMediaStreamArgsBuilder.() -> Unit)

Parameters

argument

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.