GoogleApi.Slides.V1.Model.VideoProperties (google_api_slides v0.17.0) View Source

The properties of the Video.

Attributes

  • autoPlay (type: boolean(), default: nil) - Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
  • end (type: integer(), default: nil) - The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video's length, the video will be played until its end.
  • mute (type: boolean(), default: nil) - Whether to mute the audio during video playback. Defaults to false.
  • outline (type: GoogleApi.Slides.V1.Model.Outline.t, default: nil) - The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
  • start (type: integer(), default: nil) - The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video's length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Slides.V1.Model.VideoProperties{
  autoPlay: boolean() | nil,
  end: integer() | nil,
  mute: boolean() | nil,
  outline: GoogleApi.Slides.V1.Model.Outline.t() | nil,
  start: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.