|
||||||||
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)
Returns or sets embedded video object. |
void |
setFullScreenMode(boolean value)
Determines whether a video is shown in full screen mode. |
void |
setHideAtShowing(boolean value)
Determines whether a VideoFrame is hidden. |
void |
setLinkPathLong(java.lang.String value)
Returns or sets the name of an video file which is linked to a VideoFrame. |
void |
setPlayLoopMode(boolean value)
Determines whether a video is looped. |
void |
setPlayMode(int value)
Returns or sets the video play mode. |
void |
setRewindVideo(boolean value)
Determines whether a video is automatically rewinded to start as soon as the movie has finished playing. |
void |
setVolume(int value)
Returns or sets the audio volume. |
Methods inherited from class com.aspose.slides.PictureFrame |
---|
getPictureFormat, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, 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, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, setRelativeScaleHeight, setRelativeScaleWidth |
Methods inherited from interface com.aspose.slides.IGeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
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 boolean
.
getRewindVideo
in interface IVideoFrame
public void setRewindVideo(boolean value)
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write boolean
.
setRewindVideo
in interface IVideoFrame
public boolean getPlayLoopMode()
Determines whether a video is looped.
Read/write boolean
.
getPlayLoopMode
in interface IVideoFrame
public void setPlayLoopMode(boolean value)
Determines whether a video is looped.
Read/write boolean
.
setPlayLoopMode
in interface IVideoFrame
public boolean getHideAtShowing()
Determines whether a VideoFrame is hidden.
Read/write boolean
.
getHideAtShowing
in interface IVideoFrame
public void setHideAtShowing(boolean value)
Determines whether a VideoFrame is hidden.
Read/write boolean
.
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)
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
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)
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
setPlayMode
in interface IVideoFrame
public boolean getFullScreenMode()
Determines whether a video is shown in full screen mode.
Read/write boolean
.
getFullScreenMode
in interface IVideoFrame
public void setFullScreenMode(boolean value)
Determines whether a video is shown in full screen mode.
Read/write boolean
.
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)
Returns or sets the name of an video file which is linked to a VideoFrame.
Read/write String
.
setLinkPathLong
in interface IVideoFrame
public IVideo getEmbeddedVideo()
Returns or sets embedded video object.
Read/write IVideo
.
getEmbeddedVideo
in interface IVideoFrame
public void setEmbeddedVideo(IVideo value)
Returns or sets embedded video object.
Read/write IVideo
.
setEmbeddedVideo
in interface IVideoFrame
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |