Class ManifestType (1.6.1)

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 HLS manifest. The corresponding file extension is .m3u8. DASH (2): Create DASH manifest. The corresponding file extension is .mpd.