Class ManifestType (1.8.0)

ManifestType(value)

The manifest type can be either HLS or DASH.

Enums

Name Description
MANIFEST_TYPE_UNSPECIFIED The manifest type is not specified.
HLS Create an `HLS` manifest. The corresponding file extension is `.m3u8`.
DASH Create a `DASH` manifest. The corresponding file extension is `.mpd`.