Send feedback
Class Manifest (1.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
Manifest ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Attributes
Name
Description
file_name
str
The name of the generated file. The default is manifest
with the extension suffix corresponding to the
Manifest.type .
type_
google.cloud.video.transcoder_v1.types.Manifest.ManifestType
Required. Type of the manifest.
mux_streams
MutableSequence[str]
Required. List of user supplied
MuxStream.key
values that should appear in this manifest.
When
Manifest.type
is HLS
, a media manifest with name
MuxStream.key
and .m3u8
extension is generated for each element in
this list.
dash
google.cloud.video.transcoder_v1.types.Manifest.DashConfig
DASH
manifest configuration.
This field is a member of oneof
_ manifest_config
.
Classes
DashConfig
DashConfig ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
DASH
manifest configuration.
ManifestType
The manifest type, which corresponds to the adaptive
streaming format used.
Send feedback
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.
Need to tell us more?
[[["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-08-07 UTC."],[],[],null,["# Class Manifest (1.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.16.0 (latest)](/python/docs/reference/transcoder/latest/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.15.2](/python/docs/reference/transcoder/1.15.2/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.14.0](/python/docs/reference/transcoder/1.14.0/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.13.1](/python/docs/reference/transcoder/1.13.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.12.5](/python/docs/reference/transcoder/1.12.5/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.11.0](/python/docs/reference/transcoder/1.11.0/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.10.1](/python/docs/reference/transcoder/1.10.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.9.1](/python/docs/reference/transcoder/1.9.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.8.2](/python/docs/reference/transcoder/1.8.2/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.7.0](/python/docs/reference/transcoder/1.7.0/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.6.1](/python/docs/reference/transcoder/1.6.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.5.0](/python/docs/reference/transcoder/1.5.0/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.4.3](/python/docs/reference/transcoder/1.4.3/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.3.2](/python/docs/reference/transcoder/1.3.2/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.2.1](/python/docs/reference/transcoder/1.2.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.1.0](/python/docs/reference/transcoder/1.1.0/google.cloud.video.transcoder_v1.types.Manifest)\n- [1.0.1](/python/docs/reference/transcoder/1.0.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [0.5.1](/python/docs/reference/transcoder/0.5.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [0.4.1](/python/docs/reference/transcoder/0.4.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [0.3.1](/python/docs/reference/transcoder/0.3.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [0.2.1](/python/docs/reference/transcoder/0.2.1/google.cloud.video.transcoder_v1.types.Manifest)\n- [0.1.0](/python/docs/reference/transcoder/0.1.0/google.cloud.video.transcoder_v1.types.Manifest) \n\n Manifest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nManifest configuration.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### DashConfig\n\n DashConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\n`DASH` manifest configuration.\n\n### ManifestType\n\n ManifestType(value)\n\nThe manifest type, which corresponds to the adaptive\nstreaming format used."]]