public class VideoFrame extends GeometryShape
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoFrame.PlayModeEnum
Returns or sets the video play mode.
|
static class |
VideoFrame.VolumeEnum
Returns or sets the audio volume.
|
GeometryShape.ShapeTypeEnumShapeBase.TypeEnum| Constructor and Description |
|---|
VideoFrame() |
| Modifier and Type | Method and Description |
|---|---|
VideoFrame |
base64Data(String base64Data) |
boolean |
equals(Object o) |
VideoFrame |
fullScreenMode(Boolean fullScreenMode) |
String |
getBase64Data()
Video data encoded in base64.
|
PictureFill |
getPictureFillFormat()
Picture fill format.
|
VideoFrame.PlayModeEnum |
getPlayMode()
Returns or sets the video play mode.
|
Double |
getTrimFromEnd()
Trim end [ms]
|
Double |
getTrimFromStart()
Trim start [ms]
|
VideoFrame.VolumeEnum |
getVolume()
Returns or sets the audio volume.
|
int |
hashCode() |
VideoFrame |
hideAtShowing(Boolean hideAtShowing) |
Boolean |
isFullScreenMode()
Determines whether a video is shown in full screen mode.
|
Boolean |
isHideAtShowing()
Determines whether a VideoFrame is hidden.
|
Boolean |
isPlayLoopMode()
Determines whether a video is looped.
|
Boolean |
isRewindVideo()
Determines whether a video is automatically rewinded to start as soon as the movie has finished playing
|
VideoFrame |
pictureFillFormat(PictureFill pictureFillFormat) |
VideoFrame |
playLoopMode(Boolean playLoopMode) |
VideoFrame |
playMode(VideoFrame.PlayModeEnum playMode) |
VideoFrame |
rewindVideo(Boolean rewindVideo) |
void |
setBase64Data(String base64Data) |
void |
setFullScreenMode(Boolean fullScreenMode) |
void |
setHideAtShowing(Boolean hideAtShowing) |
void |
setPictureFillFormat(PictureFill pictureFillFormat) |
void |
setPlayLoopMode(Boolean playLoopMode) |
void |
setPlayMode(VideoFrame.PlayModeEnum playMode) |
void |
setRewindVideo(Boolean rewindVideo) |
void |
setTrimFromEnd(Double trimFromEnd) |
void |
setTrimFromStart(Double trimFromStart) |
void |
setVolume(VideoFrame.VolumeEnum volume) |
String |
toString() |
VideoFrame |
trimFromEnd(Double trimFromEnd) |
VideoFrame |
trimFromStart(Double trimFromStart) |
VideoFrame |
volume(VideoFrame.VolumeEnum volume) |
getShapeType, setShapeType, shapeTypealternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getHyperlinkClick, getHyperlinkMouseOver, getIsDecorative, getLineFormat, getName, getThreeDFormat, getType, getWidth, getX, getY, getZorderPosition, height, hidden, hyperlinkClick, hyperlinkMouseOver, isDecorative, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setIsDecorative, setLineFormat, setName, setThreeDFormat, setType, setWidth, setX, setY, setZorderPosition, threeDFormat, width, x, y, zorderPositiongetAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUripublic VideoFrame fullScreenMode(Boolean fullScreenMode)
public Boolean isFullScreenMode()
public void setFullScreenMode(Boolean fullScreenMode)
public VideoFrame hideAtShowing(Boolean hideAtShowing)
public Boolean isHideAtShowing()
public void setHideAtShowing(Boolean hideAtShowing)
public VideoFrame playLoopMode(Boolean playLoopMode)
public Boolean isPlayLoopMode()
public void setPlayLoopMode(Boolean playLoopMode)
public VideoFrame playMode(VideoFrame.PlayModeEnum playMode)
public VideoFrame.PlayModeEnum getPlayMode()
public void setPlayMode(VideoFrame.PlayModeEnum playMode)
public VideoFrame rewindVideo(Boolean rewindVideo)
public Boolean isRewindVideo()
public void setRewindVideo(Boolean rewindVideo)
public VideoFrame volume(VideoFrame.VolumeEnum volume)
public VideoFrame.VolumeEnum getVolume()
public void setVolume(VideoFrame.VolumeEnum volume)
public VideoFrame base64Data(String base64Data)
public String getBase64Data()
public void setBase64Data(String base64Data)
public VideoFrame pictureFillFormat(PictureFill pictureFillFormat)
public PictureFill getPictureFillFormat()
public void setPictureFillFormat(PictureFill pictureFillFormat)
public VideoFrame trimFromStart(Double trimFromStart)
public Double getTrimFromStart()
public void setTrimFromStart(Double trimFromStart)
public VideoFrame trimFromEnd(Double trimFromEnd)
public Double getTrimFromEnd()
public void setTrimFromEnd(Double trimFromEnd)
public boolean equals(Object o)
equals in class GeometryShapepublic int hashCode()
hashCode in class GeometryShapepublic String toString()
toString in class GeometryShapeCopyright © 2025. All rights reserved.