type property

String? type
getter/setter pair

Type of the manifest.

Required. Possible string values are:

  • "MANIFEST_TYPE_UNSPECIFIED" : The manifest type is not specified.
  • "HLS" : Create an HLS manifest. The corresponding file extension is .m3u8.
  • "DASH" : Create an MPEG-DASH manifest. The corresponding file extension is .mpd.

Implementation

core.String? type;