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

View Source

Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.Crop{
  bottomPixels: integer() | nil,
  leftPixels: integer() | nil,
  rightPixels: integer() | nil,
  topPixels: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.