muxStreams property

  1. @TagNumber.new(3)
List<String> get muxStreams

Required. 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.

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get muxStreams => $_getList(2);