type property
Type of the manifest, can be "HLS" or "DASH".
Required. Possible string values are:
- "MANIFEST_TYPE_UNSPECIFIED" : The manifest type is not specified.
- "HLS" : Create
"HLS"manifest. The corresponding file extension is".m3u8". - "DASH" : Create
"DASH"manifest. The corresponding file extension is".mpd".
Implementation
core.String? type;