com.aspose.slides
Interface IVideoFrame

All Superinterfaces:
IGeometryShape, IHyperlinkContainer, IPictureFrame, IPresentationComponent, IShape, ISlideComponent
All Known Implementing Classes:
VideoFrame

public interface IVideoFrame
extends IPictureFrame

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 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

boolean getRewindVideo()

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


setRewindVideo

void setRewindVideo(boolean value)

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


getPlayLoopMode

boolean getPlayLoopMode()

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


setPlayLoopMode

void setPlayLoopMode(boolean value)

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


getHideAtShowing

boolean getHideAtShowing()

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


setHideAtShowing

void setHideAtShowing(boolean value)

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


getVolume

int getVolume()

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


setVolume

void setVolume(int value)

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


getPlayMode

int getPlayMode()

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


setPlayMode

void setPlayMode(int value)

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


getFullScreenMode

boolean getFullScreenMode()

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


setFullScreenMode

void setFullScreenMode(boolean value)

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


getLinkPathLong

java.lang.String getLinkPathLong()

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


setLinkPathLong

void setLinkPathLong(java.lang.String value)

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


getEmbeddedVideo

IVideo getEmbeddedVideo()

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


setEmbeddedVideo

void setEmbeddedVideo(IVideo value)

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



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