Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class Manifest.
Manifest configuration.
Generated from protobuf messagegoogle.cloud.video.transcoder.v1.Manifest
Namespace
Google \ Cloud \ Video \ Transcoder \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ file_name
string
The name of the generated file. The default ismanifestwith the extension suffix corresponding to theManifest.type.
↳ type
int
Required. Type of the manifest.
↳ mux_streams
array
Required. List of user suppliedMuxStream.keyvalues that should appear in this manifest. WhenManifest.typeisHLS, a media manifest with nameMuxStream.keyand.m3u8extension is generated for each element in this list.
[[["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 2025-09-04 UTC."],[],[],null,["# Google Cloud Video Transcoder V1 Client - Class Manifest (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest)\n- [1.0.3](/php/docs/reference/cloud-video-transcoder/1.0.3/V1.Manifest)\n- [0.10.5](/php/docs/reference/cloud-video-transcoder/0.10.5/V1.Manifest)\n- [0.9.1](/php/docs/reference/cloud-video-transcoder/0.9.1/V1.Manifest)\n- [0.8.2](/php/docs/reference/cloud-video-transcoder/0.8.2/V1.Manifest)\n- [0.7.1](/php/docs/reference/cloud-video-transcoder/0.7.1/V1.Manifest)\n- [0.6.0](/php/docs/reference/cloud-video-transcoder/0.6.0/V1.Manifest)\n- [0.5.3](/php/docs/reference/cloud-video-transcoder/0.5.3/V1.Manifest) \nReference documentation and code samples for the Google Cloud Video Transcoder V1 Client class Manifest.\n\nManifest configuration.\n\nGenerated from protobuf message `google.cloud.video.transcoder.v1.Manifest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ Transcoder \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getFileName\n\nThe name of the generated file. The default is `manifest` with the\nextension suffix corresponding to the\n[Manifest.type](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest#_Google_Cloud_Video_Transcoder_V1_Manifest__getType__).\n\n### setFileName\n\nThe name of the generated file. The default is `manifest` with the\nextension suffix corresponding to the\n[Manifest.type](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest#_Google_Cloud_Video_Transcoder_V1_Manifest__getType__).\n\n### getType\n\nRequired. Type of the manifest.\n\n### setType\n\nRequired. Type of the manifest.\n\n### getMuxStreams\n\nRequired. List of user supplied\n[MuxStream.key](/php/docs/reference/cloud-video-transcoder/latest/V1.MuxStream#_Google_Cloud_Video_Transcoder_V1_MuxStream__getKey__) values that\nshould appear in this manifest.\n\nWhen [Manifest.type](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest#_Google_Cloud_Video_Transcoder_V1_Manifest__getType__) is\n`HLS`, a media manifest with name\n[MuxStream.key](/php/docs/reference/cloud-video-transcoder/latest/V1.MuxStream#_Google_Cloud_Video_Transcoder_V1_MuxStream__getKey__) and `.m3u8`\nextension is generated for each element in this list.\n\n### setMuxStreams\n\nRequired. List of user supplied\n[MuxStream.key](/php/docs/reference/cloud-video-transcoder/latest/V1.MuxStream#_Google_Cloud_Video_Transcoder_V1_MuxStream__getKey__) values that\nshould appear in this manifest.\n\nWhen [Manifest.type](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest#_Google_Cloud_Video_Transcoder_V1_Manifest__getType__) is\n`HLS`, a media manifest with name\n[MuxStream.key](/php/docs/reference/cloud-video-transcoder/latest/V1.MuxStream#_Google_Cloud_Video_Transcoder_V1_MuxStream__getKey__) and `.m3u8`\nextension is generated for each element in this list.\n\n### getDash\n\n`DASH` manifest configuration.\n\n### hasDash\n\n### setDash\n\n`DASH` manifest configuration.\n\n### getManifestConfig"]]