GoogleApi.Transcoder.V1.Model.Deinterlace (google_api_transcoder v0.4.2)
View SourceDeinterlace 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
@type t() :: %GoogleApi.Transcoder.V1.Model.Deinterlace{ bwdif: GoogleApi.Transcoder.V1.Model.BwdifConfig.t() | nil, yadif: GoogleApi.Transcoder.V1.Model.YadifConfig.t() | nil }