Class ManifestType (1.3.0)

ManifestType(value)

The manifest type can be either HLS or DASH.

Values: MANIFEST_TYPE_UNSPECIFIED (0): The manifest type is not specified. HLS (1): Create an HLS manifest. The corresponding file extension is .m3u8. DASH (2): Create a DASH manifest. The corresponding file extension is .mpd.