com.aspose.slides
Class VideoFrame

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.GeometryShape
          extended by com.aspose.slides.PictureFrame
              extended by com.aspose.slides.VideoFrame
All Implemented Interfaces:
IGeometryShape, IHyperlinkContainer, IPictureFrame, IPresentationComponent, IShape, ISlideComponent, IVideoFrame

public class VideoFrame
extends PictureFrame
implements IVideoFrame

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 com.aspose.slides.Shape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getTags, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, 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

getRewindVideo

public boolean getRewindVideo()

Determines whether a video is automatically rewinded to start as soon as the movie has finished playing. Read/write boolean.

Specified by:
getRewindVideo in interface IVideoFrame

setRewindVideo

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.

Specified by:
setRewindVideo in interface IVideoFrame

getPlayLoopMode

public boolean getPlayLoopMode()

Determines whether a video is looped. Read/write boolean.

Specified by:
getPlayLoopMode in interface IVideoFrame

setPlayLoopMode

public void setPlayLoopMode(boolean value)

Determines whether a video is looped. Read/write boolean.

Specified by:
setPlayLoopMode in interface IVideoFrame

getHideAtShowing

public boolean getHideAtShowing()

Determines whether a VideoFrame is hidden. Read/write boolean.

Specified by:
getHideAtShowing in interface IVideoFrame

setHideAtShowing

public void setHideAtShowing(boolean value)

Determines whether a VideoFrame is hidden. Read/write boolean.

Specified by:
setHideAtShowing in interface IVideoFrame

getVolume

public int getVolume()

Returns or sets the audio volume. Read/write AudioVolumeMode.

Specified by:
getVolume in interface IVideoFrame

setVolume

public void setVolume(int value)

Returns or sets the audio volume. Read/write AudioVolumeMode.

Specified by:
setVolume in interface IVideoFrame

getPlayMode

public int getPlayMode()

Returns or sets the video play mode. Read/write VideoPlayModePreset.

Specified by:
getPlayMode in interface IVideoFrame

setPlayMode

public void setPlayMode(int value)

Returns or sets the video play mode. Read/write VideoPlayModePreset.

Specified by:
setPlayMode in interface IVideoFrame

getFullScreenMode

public boolean getFullScreenMode()

Determines whether a video is shown in full screen mode. Read/write boolean.

Specified by:
getFullScreenMode in interface IVideoFrame

setFullScreenMode

public void setFullScreenMode(boolean value)

Determines whether a video is shown in full screen mode. Read/write boolean.

Specified by:
setFullScreenMode in interface IVideoFrame

getLinkPathLong

public java.lang.String getLinkPathLong()

Returns or sets the name of an video file which is linked to a VideoFrame. Read/write String.

Specified by:
getLinkPathLong in interface IVideoFrame

setLinkPathLong

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.

Specified by:
setLinkPathLong in interface IVideoFrame

getEmbeddedVideo

public IVideo getEmbeddedVideo()

Returns or sets embedded video object. Read/write IVideo.

Specified by:
getEmbeddedVideo in interface IVideoFrame

setEmbeddedVideo

public void setEmbeddedVideo(IVideo value)

Returns or sets embedded video object. Read/write IVideo.

Specified by:
setEmbeddedVideo in interface IVideoFrame


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.