Class Input (1.3.1)

Input(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Input asset.

Attributes

NameDescription
key str
A unique key for this input. Must be specified when using advanced mapping and edit lists.
uri str
URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, ``gs://bucket/inputs/file.mp4``). If empty, the value will be populated from ``Job.input_uri``.
preprocessing_config google.cloud.video.transcoder_v1.types.PreprocessingConfig
Preprocessing configurations.

Inheritance

builtins.object > proto.message.Message > Input