Transcoder V1 API - Module Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType (v0.8.0)

Reference documentation and code samples for the Transcoder V1 API module Google::Cloud::Video::Transcoder::V1::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.