|
|||||||||
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.AudioFrameEx
public class AudioFrameEx
Represents an audio clip on a slide.
Method Summary | |
---|---|
int |
getAudioCdEndTrack()
Returns the number of the last played track on Audio CD. |
int |
getAudioCdEndTrackTime()
Returns the time when a track on Audio CD stops to play. |
int |
getAudioCdStartTrack()
Returns the number of the first played track on Audio CD. |
int |
getAudioCdStartTrackTime()
Returns the time from which a track on Audio CD starts to play. |
byte[] |
getAudioData()
Returns the embedded audio data as byte array. |
ImageEx |
getImage()
Returns an AudioFrame image. |
java.lang.String |
getLinkPathLong()
Returns the name of an audio file which is linked to an AudioFrame. |
AudioPlayModePresetEx |
getPlayMode()
Returns the audio play mode. |
AudioVolumeModeEx |
getVolume()
Returns the audio volume. |
boolean |
isEmbedded()
Determines whether a sound is embedded to a presentation. |
boolean |
isHideAtShowing()
Determines whether an AudioFrame is hidden. |
boolean |
isPlayLoopMode()
Determines whether an audio is looped. |
void |
setAudioCdEndTrack(int value)
Sets the number of the last played track on Audio CD. |
void |
setAudioCdEndTrackTime(int value)
Sets the time when a track on Audio CD stops to play. |
void |
setAudioCdStartTrack(int value)
Sets the number of the first played track on Audio CD. |
void |
setAudioCdStartTrackTime(int value)
Sets the time from which a track on Audio CD starts to play. |
void |
setAudioData(byte[] value)
Sets the embedded audio data. |
void |
setHideAtShowing(boolean value)
Sets whether an AudioFrame is hidden. |
void |
setImage(ImageEx value)
Sets an AudioFrame image. |
void |
setLinkPathLong(java.lang.String value)
Sets the name of an audio file which is linked to an AudioFrame. |
void |
setPlayLoopMode(boolean value)
Sets whether an audio is looped. |
void |
setPlayMode(AudioPlayModePresetEx value)
Sets the audio play mode. |
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 int getAudioCdStartTrack()
public void setAudioCdStartTrack(int value)
value
- number of the track.public int getAudioCdStartTrackTime()
public void setAudioCdStartTrackTime(int value)
value
- start time.public int getAudioCdEndTrack()
public void setAudioCdEndTrack(int value)
value
- number of the track.public int getAudioCdEndTrackTime()
public void setAudioCdEndTrackTime(int value)
value
- stop time.public AudioVolumeModeEx getVolume()
AudioVolumeModeEx
.
public void setVolume(AudioVolumeModeEx value)
value
- new audio volume. See AudioVolumeModeEx
.public AudioPlayModePresetEx getPlayMode()
AudioPlayModePresetEx
.
public void setPlayMode(AudioPlayModePresetEx value)
value
- new audio play mode. See AudioPlayModePresetEx
.public boolean isHideAtShowing()
public void setHideAtShowing(boolean value)
value
- true to hide an AudioFrame.public boolean isPlayLoopMode()
public void setPlayLoopMode(boolean value)
value
- true to loop an audio.public ImageEx getImage()
ImageEx
.
public void setImage(ImageEx value)
value
- new image. See ImageEx
.public boolean isEmbedded()
public java.lang.String getLinkPathLong()
public void setLinkPathLong(java.lang.String value)
value
- new file name.public byte[] getAudioData()
public void setAudioData(byte[] value)
value
- new audio data as byte array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |