muxStreams

@JvmName(name = "otdqvmmcywcrivux")
suspend fun muxStreams(value: Output<List<String>>)
@JvmName(name = "nfttwgkmvndahibi")
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 = "rfmyctiikehdakgv")
suspend fun muxStreams(vararg values: Output<String>)


@JvmName(name = "bntoaxjfhpksdybc")
suspend fun muxStreams(values: List<Output<String>>)
@JvmName(name = "qjymyxtpmmknhxhr")
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.