Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::Input (v0.7.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Input.

Input asset.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — A unique key for this input. Must be specified when using advanced mapping and edit lists.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — A unique key for this input. Must be specified when using advanced mapping and edit lists.
Returns
  • (::String) — A unique key for this input. Must be specified when using advanced mapping and edit lists.

#preprocessing_config

def preprocessing_config() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig
Returns

#preprocessing_config=

def preprocessing_config=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig
Parameter
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — 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.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.