ManifestResponse

data class ManifestResponse(val fileName: String, val muxStreams: List<String>, val type: String)

Manifest configuration.

Constructors

Link copied to clipboard
constructor(fileName: String, muxStreams: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the generated file. The default is manifest with the extension suffix corresponding to the Manifest.type.

Link copied to clipboard

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.

Link copied to clipboard

Type of the manifest.