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

View Source

Deinterlace configuration for input video.

Attributes

  • bwdif (type: GoogleApi.Transcoder.V1.Model.BwdifConfig.t, default: nil) - Specifies the Bob Weaver Deinterlacing Filter Configuration.
  • yadif (type: GoogleApi.Transcoder.V1.Model.YadifConfig.t, default: nil) - Specifies the Yet Another Deinterlacing Filter Configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.Deinterlace{
  bwdif: GoogleApi.Transcoder.V1.Model.BwdifConfig.t() | nil,
  yadif: GoogleApi.Transcoder.V1.Model.YadifConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.