|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.timeline.TimeNode
com.spire.presentation.drawing.timeline.TimeNodeMedia
com.spire.presentation.drawing.timeline.TimeNodeAudioEx
public class TimeNodeAudioEx
Summary description for TimeNodeAudio.
| Constructor Summary | |
|---|---|
TimeNodeAudioEx()
|
|
| Method Summary | |
|---|---|
byte[] |
getAudioData()
GetTimeNodeAudio : get audio bytes |
java.lang.String |
getSoundName()
SoundName |
float |
getVolume()
Volume :value range 0 - 1 |
boolean |
isMute()
is mute default:false |
void |
isMute(boolean value)
|
void |
setAudioData(java.io.File file)
setTimeNodeAudio |
void |
setVolume(float value)
|
| Methods inherited from class com.spire.presentation.drawing.timeline.TimeNode |
|---|
getChildNodes, getSubNodes |
| Constructor Detail |
|---|
public TimeNodeAudioEx()
| Method Detail |
|---|
public void setAudioData(java.io.File file)
file - audio file
java.lang.Exceptionpublic byte[] getAudioData()
public float getVolume()
public void setVolume(float value)
public boolean isMute()
public void isMute(boolean value)
public java.lang.String getSoundName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||