|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ShapeEx
com.aspose.slides.pptx.GeometryShapeEx
com.aspose.slides.pptx.PictureFrameEx
com.aspose.slides.pptx.VideoFrameEx
public class VideoFrameEx
Represents a video clip on a slide.
Method Summary | |
---|---|
ImageEx |
getImage()
Returns the image of a video clip. |
java.lang.String |
getLinkPathLong()
Returns the name of a video file which is linked to a VideoFrame. |
VideoPlayModePresetEx |
getPlayMode()
Returns the video play mode. |
byte[] |
getVideoData()
Returns the embedded video data. |
AudioVolumeModeEx |
getVolume()
Returns the audio volume. |
boolean |
isFullScreenMode()
Determines whether a video is shown in full screen mode. |
boolean |
isHideAtShowing()
Determines whether a video clip 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. |
void |
setFullScreenMode(boolean value)
Sets whether a video is shown in full screen mode. |
void |
setHideAtShowing(boolean value)
Sets whether a video clip is hidden. |
void |
setImage(ImageEx value)
Sets the image of a video clip. |
void |
setLinkPathLong(java.lang.String value)
Sets the name of a video file which is linked to a VideoFrame. |
void |
setPlayLoopMode(boolean value)
Sets whether a video is looped. |
void |
setPlayMode(VideoPlayModePresetEx value)
Sets the video play mode. |
void |
setRewindVideo(boolean value)
Sets whether a video is automatically rewinded to start as soon as the movie has finished playing. |
void |
setVolume(AudioVolumeModeEx value)
Sets the audio volume. |
Methods inherited from class com.aspose.slides.pptx.PictureFrameEx |
---|
getPictureFormat, getShapeLock, getShapeType, setShapeType |
Methods inherited from class com.aspose.slides.pptx.GeometryShapeEx |
---|
getShapeStyle |
Methods inherited from class com.aspose.slides.pptx.ShapeEx |
---|
getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ImageEx getImage()
public void setImage(ImageEx value)
public boolean isRewindVideo()
public void setRewindVideo(boolean value)
value
- true to rewind a video.public boolean isPlayLoopMode()
public void setPlayLoopMode(boolean value)
value
- true to loop a video.public boolean isHideAtShowing()
public void setHideAtShowing(boolean value)
public AudioVolumeModeEx getVolume()
public void setVolume(AudioVolumeModeEx value)
value
- new audio volume.public VideoPlayModePresetEx getPlayMode()
public void setPlayMode(VideoPlayModePresetEx value)
value
- new play mode.public boolean isFullScreenMode()
public void setFullScreenMode(boolean value)
value
- true to play video in full screen.public java.lang.String getLinkPathLong()
public void setLinkPathLong(java.lang.String value)
public byte[] getVideoData() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |