|
||||||||
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.PictureFrame
com.aspose.slides.AudioFrame
public final class AudioFrame
Represents an AudioFrame shape.
Method Summary | |
---|---|
byte[] |
getAudioData()
Returns embedded audio data. |
boolean |
getEmbedded()
Determines whether the sound is embedded to a presentation. |
java.lang.String |
getFileName()
Returns or sets the file from which the media object was created. |
boolean |
getLoopUntilStopped()
Determines whether the sound loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs. |
boolean |
getRewindSound()
Determines whether the sound is automatically rewinded to start as soon as the sound has finished playing. |
int |
getSoundLength()
Returns or sets the length of embedded wav sound in milliseconds. |
void |
setFileName(java.lang.String value)
|
void |
setLoopUntilStopped(boolean value)
|
void |
setRewindSound(boolean value)
|
void |
setSoundLength(int value)
|
Methods inherited from class com.aspose.slides.PictureFrame |
---|
addTextFrame, getBrightness, getColorType, getContrast, getCropBottom, getCropLeft, getCropRight, getCropTop, getPictureFileName, getPictureId, getPictureLinked, getRecolor, getTransparentColor, isPictureLinked, serialize, setBrightness, setColorType, setContrast, setCropBottom, setCropLeft, setCropRight, setCropTop, setPictureFileName, setPictureId, setTransparentColor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getEmbedded()
Determines whether the sound is embedded to a presentation.
Read-only bool
.
public java.lang.String getFileName()
Returns or sets the file from which the media object was created.
Read/write string
.
public void setFileName(java.lang.String value)
public boolean getLoopUntilStopped()
Determines whether the sound loops continuously until either
the next movie or sound starts, the user clicks the slide,
or a slide transition occurs.
Read/write bool
.
public void setLoopUntilStopped(boolean value)
public int getSoundLength()
Returns or sets the length of embedded wav sound in milliseconds.
Read/write int
.
public void setSoundLength(int value)
public boolean getRewindSound()
Determines whether the sound is automatically rewinded to start
as soon as the sound has finished playing.
Read/write bool
.
public void setRewindSound(boolean value)
public byte[] getAudioData()
Returns embedded audio data.
Read-only byte
[].
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |