GoogleApi.Transcoder.V1.Model.AnimationStatic (google_api_transcoder v0.4.2)
View SourceDisplay static overlay object.
Attributes
-
startTimeOffset(type:String.t, default:nil) - The time to start displaying the overlay object, in seconds. Default: 0 -
xy(type:GoogleApi.Transcoder.V1.Model.NormalizedCoordinate.t, default:nil) - Normalized coordinates based on output video resolution. Valid values:0.0–1.0.xyis the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.AnimationStatic{ startTimeOffset: String.t() | nil, xy: GoogleApi.Transcoder.V1.Model.NormalizedCoordinate.t() | nil }