Class: Google::Cloud::Video::Transcoder::V1::Input
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Input
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Input asset.
Instance Attribute Summary collapse
-
#key ⇒ ::String
A unique key for this input.
-
#preprocessing_config ⇒ ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig
Preprocessing configurations.
-
#uri ⇒ ::String
URI of the media.
Instance Attribute Details
#key ⇒ ::String
Returns A unique key for this input. Must be specified when using advanced mapping and edit lists.
240 241 242 243 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 240 class Input include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preprocessing_config ⇒ ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig
Returns Preprocessing configurations.
240 241 242 243 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 240 class Input include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns 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 is populated from Job.input_uri
. See
Supported input and output
formats.
240 241 242 243 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 240 class Input include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |