muxStreams

@JvmName(name = "tfuiidcjakcyxaxw")
suspend fun muxStreams(value: Output<List<String>>)
@JvmName(name = "enwehejpqikkngvt")
suspend fun muxStreams(value: List<String>)

Parameters

value

List of user given MuxStream.keys that should appear in this manifest. When Manifest.type is HLS, a media manifest with name MuxStream.key and .m3u8 extension is generated for each element of the Manifest.mux_streams.


@JvmName(name = "tolgiduhdifqxjhh")
suspend fun muxStreams(vararg values: Output<String>)


@JvmName(name = "rdvgcjhvrgmnohoa")
suspend fun muxStreams(values: List<Output<String>>)
@JvmName(name = "kfkhrjfudocvafjt")
suspend fun muxStreams(vararg values: String)

Parameters

values

List of user given MuxStream.keys that should appear in this manifest. When Manifest.type is HLS, a media manifest with name MuxStream.key and .m3u8 extension is generated for each element of the Manifest.mux_streams.