muxStreams property
List of user given MuxStream.key
s 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
.
Required.
Implementation
core.List<core.String>? muxStreams;