Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
VideoProperties |
VideoProperties.clone() |
VideoProperties |
Video.getVideoProperties()
The properties of the video.
|
VideoProperties |
UpdateVideoPropertiesRequest.getVideoProperties()
The video properties to update.
|
VideoProperties |
VideoProperties.set(String fieldName,
Object value) |
VideoProperties |
VideoProperties.setAutoPlay(Boolean autoPlay)
Whether to enable video autoplay when the page is displayed in present mode.
|
VideoProperties |
VideoProperties.setEnd(Long end)
The time at which to end playback, measured in seconds from the beginning of the video.
|
VideoProperties |
VideoProperties.setMute(Boolean mute)
Whether to mute the audio during video playback.
|
VideoProperties |
VideoProperties.setOutline(Outline outline)
The outline of the video.
|
VideoProperties |
VideoProperties.setStart(Long start)
The time at which to start playback, measured in seconds from the beginning of the video.
|
Modifier and Type | Method and Description |
---|---|
Video |
Video.setVideoProperties(VideoProperties videoProperties)
The properties of the video.
|
UpdateVideoPropertiesRequest |
UpdateVideoPropertiesRequest.setVideoProperties(VideoProperties videoProperties)
The video properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.