Interface protos.google.cloud.video.livestream.v1.IManifest (1.0.2)
Properties of a Manifest.
Package
@google-cloud/livestream
Properties
fileName
fileName?: (string|null);
maxSegmentCount
maxSegmentCount?: (number|null);
muxStreams
muxStreams?: (string[]|null);
segmentKeepDuration
segmentKeepDuration?: (google.protobuf.IDuration|null);
Manifest segmentKeepDuration
type
type?: (google.cloud.video.livestream.v1.Manifest.ManifestType|keyof typeof google.cloud.video.livestream.v1.Manifest.ManifestType|null);
useTimecodeAsTimeline
useTimecodeAsTimeline?: (boolean|null);
Manifest useTimecodeAsTimeline
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["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,["# Interface protos.google.cloud.video.livestream.v1.IManifest (1.0.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.2 (latest)](/nodejs/docs/reference/livestream/latest/livestream/protos.google.cloud.video.livestream.v1.imanifest)\n- [0.5.1](/nodejs/docs/reference/livestream/0.5.1/livestream/protos.google.cloud.video.livestream.v1.imanifest)\n- [0.4.1](/nodejs/docs/reference/livestream/0.4.1/livestream/protos.google.cloud.video.livestream.v1.imanifest)\n- [0.3.4](/nodejs/docs/reference/livestream/0.3.4/livestream/protos.google.cloud.video.livestream.v1.imanifest)\n- [0.1.0](/nodejs/docs/reference/livestream/0.1.0/livestream/protos.google.cloud.video.livestream.v1.imanifest) \nProperties of a Manifest.\n\nPackage\n-------\n\n[@google-cloud/livestream](../overview.html)\n\nProperties\n----------\n\n### fileName\n\n fileName?: (string|null);\n\nManifest fileName\n\n### maxSegmentCount\n\n maxSegmentCount?: (number|null);\n\nManifest maxSegmentCount\n\n### muxStreams\n\n muxStreams?: (string[]|null);\n\nManifest muxStreams\n\n### segmentKeepDuration\n\n segmentKeepDuration?: (google.protobuf.IDuration|null);\n\nManifest segmentKeepDuration\n\n### type\n\n type?: (google.cloud.video.livestream.v1.Manifest.ManifestType|keyof typeof google.cloud.video.livestream.v1.Manifest.ManifestType|null);\n\nManifest type\n\n### useTimecodeAsTimeline\n\n useTimecodeAsTimeline?: (boolean|null);\n\nManifest useTimecodeAsTimeline"]]