|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A - The type of audio to be depicted.public static interface Audio.Depictor<A extends Audio>
The custom depictor type for audio.
| Field Summary |
|---|
| Fields inherited from interface com.guiseframework.platform.Depictor |
|---|
GENERAL_PROPERTY |
| Method Summary | |
|---|---|
void |
pause()
Requests that the audio pause. |
void |
play()
Requests that the audio start playing. |
void |
setTimePosition(long newTimePosition)
Requests a new time-based play position. |
void |
stop()
Requests that the audio stop. |
| Methods inherited from interface com.guiseframework.platform.Depictor |
|---|
depict, getDepictContext, getDepictedObject, getPlatform, getSession, installed, isDepicted, processEvent, setDepicted, uninstalled |
| Method Detail |
|---|
void play()
void pause()
void stop()
void setTimePosition(long newTimePosition)
newTimePosition - The new play position in microseconds.
java.lang.IllegalArgumentException - if the given position is negative.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||