JobConfigManifest

data class JobConfigManifest(val fileName: String? = null, val muxStreams: List<String>? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileName: String? = null

The name of the generated file. The default is manifest.

Link copied to clipboard
val muxStreams: List<String>? = null

List of user supplied MuxStream.key values that should appear in this manifest.

Link copied to clipboard
val type: String? = null

Type of the manifest. Possible values are: MANIFEST_TYPE_UNSPECIFIED, HLS, DASH.