Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::Manifest::ManifestType (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::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 an HLS manifest. The corresponding file extension is .m3u8.

DASH

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