|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.notify.SCAudioClipImpl
public abstract class SCAudioClipImpl
Common properties impl for SCAudioClip.
| Constructor Summary | |
|---|---|
SCAudioClipImpl()
|
|
| Method Summary | |
|---|---|
int |
getLoopInterval()
Returns the loop interval if this audio is looping. |
abstract void |
internalStop()
Stops this audio without setting the isLooping property in the case of a looping audio. |
boolean |
isInvalid()
Returns TRUE if this audio is invalid, FALSE otherwise. |
boolean |
isLooping()
Returns TRUE if this audio is currently playing in loop, FALSE otherwise. |
void |
setInvalid(boolean isInvalid)
Marks this audio as invalid or not. |
void |
setIsInvalid(boolean isInvalid)
|
void |
setIsLooping(boolean isLooping)
|
void |
setLoopInterval(int loopInterval)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.java.sip.communicator.service.audionotifier.SCAudioClip |
|---|
play, playInLoop, stop |
| Constructor Detail |
|---|
public SCAudioClipImpl()
| Method Detail |
|---|
public boolean isInvalid()
public void setInvalid(boolean isInvalid)
isInvalid - TRUE to mark this audio as invalid, FALSE otherwisepublic boolean isLooping()
public int getLoopInterval()
public void setIsLooping(boolean isLooping)
isLooping - the isLooping to setpublic void setLoopInterval(int loopInterval)
loopInterval - the loopInterval to setpublic void setIsInvalid(boolean isInvalid)
isInvalid - the isInvalid to setpublic abstract void internalStop()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||