GoogleApi.YouTube.V3.Model.InvideoTiming (google_api_you_tube v0.54.0)
View SourceDescribes a temporal position of a visual widget inside a video.
Attributes
-
durationMs
(type:String.t
, default:nil
) - Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default. -
offsetMs
(type:String.t
, default:nil
) - Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds. -
type
(type:String.t
, default:nil
) - Describes a timing type. If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.