Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class DvrManifest.
DvrManifest identifies a source manifest and specifies a file name for the
generated DVR manifest.
Generated from protobuf messagegoogle.cloud.video.livestream.v1.DvrSession.DvrManifest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ DvrSession
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ manifest_key
string
Required. A unique key that identifies a manifest config in the parent channel. This key is the same aschannel.manifests.keyfor the selected manifest.
↳ output_uri
string
Output only. The output URI of the DVR manifest. The DVR output will be placed in a directory nameddvr/dvrSessionId/under the parent channel's output uri. Format: {channel.output.uri}/dvr/{dvrSessionId}/{channel.manifests.fileName} Example: gs://my-bucket/outputs/dvr/my-dvr-session/main.m3u8
getManifestKey
Required. A unique key that identifies a manifest config in the parent
channel. This key is the same aschannel.manifests.keyfor the selected
manifest.
Returns
Type
Description
string
setManifestKey
Required. A unique key that identifies a manifest config in the parent
channel. This key is the same aschannel.manifests.keyfor the selected
manifest.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOutputUri
Output only. The output URI of the DVR manifest. The DVR output will be
placed in a directory nameddvr/dvrSessionId/under the parent
channel's output uri. Format:
{channel.output.uri}/dvr/{dvrSessionId}/{channel.manifests.fileName}
Example: gs://my-bucket/outputs/dvr/my-dvr-session/main.m3u8
Returns
Type
Description
string
setOutputUri
Output only. The output URI of the DVR manifest. The DVR output will be
placed in a directory nameddvr/dvrSessionId/under the parent
channel's output uri. Format:
{channel.output.uri}/dvr/{dvrSessionId}/{channel.manifests.fileName}
Example: gs://my-bucket/outputs/dvr/my-dvr-session/main.m3u8
[[["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 Live Stream V1 Client - Class DvrManifest (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.DvrSession.DvrManifest)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.DvrSession.DvrManifest)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.DvrSession.DvrManifest)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.DvrSession.DvrManifest)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.DvrSession.DvrManifest)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.DvrSession.DvrManifest)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.DvrSession.DvrManifest)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.DvrSession.DvrManifest)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.DvrSession.DvrManifest)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.DvrSession.DvrManifest) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class DvrManifest.\n\nDvrManifest identifies a source manifest and specifies a file name for the\ngenerated DVR manifest.\n\nGenerated from protobuf message `google.cloud.video.livestream.v1.DvrSession.DvrManifest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1 \\\\ DvrSession\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getManifestKey\n\nRequired. A unique key that identifies a manifest config in the parent\nchannel. This key is the same as `channel.manifests.key` for the selected\nmanifest.\n\n### setManifestKey\n\nRequired. A unique key that identifies a manifest config in the parent\nchannel. This key is the same as `channel.manifests.key` for the selected\nmanifest.\n\n### getOutputUri\n\nOutput only. The output URI of the DVR manifest. The DVR output will be\nplaced in a directory named `dvr/dvrSessionId/` under the parent\nchannel's output uri. Format:\n{channel.output.uri}/dvr/{dvrSessionId}/{channel.manifests.fileName}\nExample: gs://my-bucket/outputs/dvr/my-dvr-session/main.m3u8\n\n### setOutputUri\n\nOutput only. The output URI of the DVR manifest. The DVR output will be\nplaced in a directory named `dvr/dvrSessionId/` under the parent\nchannel's output uri. Format:\n{channel.output.uri}/dvr/{dvrSessionId}/{channel.manifests.fileName}\nExample: gs://my-bucket/outputs/dvr/my-dvr-session/main.m3u8"]]