google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.InvideoTiming View Source
Describes a temporal position of a visual widget inside a video.
Attributes
- durationMs (String.t): Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default. Defaults to:
null
. - offsetMs (String.t): 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. Defaults to:
null
. type (String.t): 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. Defaults to:
null
.- Enum - one of [offsetFromEnd, offsetFromStart]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.