[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class ManifestType (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.Manifest.ManifestType)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.Manifest.ManifestType)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.Manifest.ManifestType)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.Manifest.ManifestType)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.Manifest.ManifestType)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.Manifest.ManifestType)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.Manifest.ManifestType)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.Manifest.ManifestType)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.Manifest.ManifestType)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.Manifest.ManifestType) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ManifestType.\n\nThe manifest type can be either `HLS` or `DASH`.\n\nProtobuf type `google.cloud.video.livestream.v1.Manifest.ManifestType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1 \\\\ Manifest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MANIFEST_TYPE_UNSPECIFIED\n\n Value: 0\n\nThe manifest type is not specified.\n\nGenerated from protobuf enum `MANIFEST_TYPE_UNSPECIFIED = 0;`\n\n### HLS\n\n Value: 1\n\nCreate an `HLS` manifest. The corresponding file extension is `.m3u8`.\n\nGenerated from protobuf enum `HLS = 1;`\n\n### DASH\n\n Value: 2\n\nCreate a `DASH` manifest. The corresponding file extension is `.mpd`.\n\nGenerated from protobuf enum `DASH = 2;`"]]