GoogleApi.Transcoder.V1beta1.Model.Pad (google_api_transcoder v0.2.0) View Source

Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.

Attributes

  • bottomPixels (type: integer(), default: nil) - The number of pixels to add to the bottom. The default is 0.
  • leftPixels (type: integer(), default: nil) - The number of pixels to add to the left. The default is 0.
  • rightPixels (type: integer(), default: nil) - The number of pixels to add to the right. The default is 0.
  • topPixels (type: integer(), default: nil) - The number of pixels to add to the top. The default is 0.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.Pad{
  bottomPixels: integer() | nil,
  leftPixels: integer() | nil,
  rightPixels: integer() | nil,
  topPixels: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.