GoogleApi.Transcoder.V1.Model.Input (google_api_transcoder v0.4.2)

View Source

Input asset.

Attributes

  • key (type: String.t, default: nil) - A unique key for this input. Must be specified when using advanced mapping and edit lists.
  • preprocessingConfig (type: GoogleApi.Transcoder.V1.Model.PreprocessingConfig.t, default: nil) - Preprocessing configurations.
  • uri (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.Input{
  key: String.t() | nil,
  preprocessingConfig:
    GoogleApi.Transcoder.V1.Model.PreprocessingConfig.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.