Module Google::Cloud::Video::Transcoder::V1beta1::Manifest::ManifestType

The manifest type can be either "HLS" or "DASH".

Constants

MANIFEST_TYPE_UNSPECIFIED

value: 0
The manifest type is not specified.

HLS

value: 1
Create "HLS" manifest. The corresponding file extension is ".m3u8".

DASH

value: 2
Create "DASH" manifest. The corresponding file extension is ".mpd".