Google Cloud Video Transcoder V1 Client - Class ManifestType (1.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ManifestType.
The manifest type, which corresponds to the adaptive streaming format used.
Protobuf type google.cloud.video.transcoder.v1.Manifest.ManifestType
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ Manifest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
MANIFEST_TYPE_UNSPECIFIED
Value: 0
The manifest type is not specified.
Generated from protobuf enum MANIFEST_TYPE_UNSPECIFIED = 0;
HLS
Value: 1
Create an HLS manifest. The corresponding file extension is .m3u8.
Generated from protobuf enum HLS = 1;
DASH
Value: 2
Create an MPEG-DASH manifest. The corresponding file extension is .mpd.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]