|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GeometryShape
com.aspose.slides.PictureFrame
com.aspose.slides.VideoFrame
public class VideoFrame
Represents a video clip on a slide.
Method Summary | |
---|---|
IVideo |
getEmbeddedVideo()
Returns or sets embedded video object. |
boolean |
getFullScreenMode()
Determines whether a video is shown in full screen mode. |
boolean |
getHideAtShowing()
Determines whether a VideoFrame is hidden. |
java.lang.String |
getLinkPathLong()
Returns or sets the name of an video file which is linked to a VideoFrame. |
boolean |
getPlayLoopMode()
Determines whether a video is looped. |
int |
getPlayMode()
Returns or sets the video play mode. |
boolean |
getRewindVideo()
Determines whether a video is automatically rewinded to start as soon as the movie has finished playing. |
int |
getVolume()
Returns or sets the audio volume. |
void |
setEmbeddedVideo(IVideo value)
|
void |
setFullScreenMode(boolean value)
|
void |
setHideAtShowing(boolean value)
|
void |
setLinkPathLong(java.lang.String value)
|
void |
setPlayLoopMode(boolean value)
|
void |
setPlayMode(int value)
|
void |
setRewindVideo(boolean value)
|
void |
setVolume(int value)
|
Methods inherited from class com.aspose.slides.PictureFrame |
---|
getAsIGeometryShape, getPictureFormat, getRelativeScaleHeight, getRelativeScaleWidth, getShapeLock, getShapeType, setRelativeScaleHeight, setRelativeScaleWidth, setShapeType |
Methods inherited from class com.aspose.slides.GeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IPictureFrame |
---|
getPictureFormat, getRelativeScaleHeight, getRelativeScaleWidth, getShapeLock, setRelativeScaleHeight, setRelativeScaleWidth |
Methods inherited from interface com.aspose.slides.IGeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
Methods inherited from interface com.aspose.slides.IShape |
---|
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
public boolean getRewindVideo()
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write bool
.
getRewindVideo
in interface IVideoFrame
public void setRewindVideo(boolean value)
setRewindVideo
in interface IVideoFrame
public boolean getPlayLoopMode()
Determines whether a video is looped.
Read/write bool
.
getPlayLoopMode
in interface IVideoFrame
public void setPlayLoopMode(boolean value)
setPlayLoopMode
in interface IVideoFrame
public boolean getHideAtShowing()
Determines whether a VideoFrame is hidden.
Read/write bool
.
getHideAtShowing
in interface IVideoFrame
public void setHideAtShowing(boolean value)
setHideAtShowing
in interface IVideoFrame
public int getVolume()
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
getVolume
in interface IVideoFrame
public void setVolume(int value)
setVolume
in interface IVideoFrame
public int getPlayMode()
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
getPlayMode
in interface IVideoFrame
public void setPlayMode(int value)
setPlayMode
in interface IVideoFrame
public boolean getFullScreenMode()
Determines whether a video is shown in full screen mode.
Read/write bool
.
getFullScreenMode
in interface IVideoFrame
public void setFullScreenMode(boolean value)
setFullScreenMode
in interface IVideoFrame
public java.lang.String getLinkPathLong()
Returns or sets the name of an video file which is linked to a VideoFrame.
Read/write string
.
getLinkPathLong
in interface IVideoFrame
public void setLinkPathLong(java.lang.String value)
setLinkPathLong
in interface IVideoFrame
public IVideo getEmbeddedVideo()
Returns or sets embedded video object.
Read/write Video
.
getEmbeddedVideo
in interface IVideoFrame
public void setEmbeddedVideo(IVideo value)
setEmbeddedVideo
in interface IVideoFrame
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |