Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.audionotifier
Interface SCAudioClip

All Known Implementing Classes:
AudioSystemClipImpl, JavaSoundClipImpl, SCAudioClipImpl

public interface SCAudioClip

SCAudioClip represents an audio clip created using the AudioNotifierService. Like any audio it could be played, stopped or played in loop.

Author:
Yana Stamcheva

Method Summary
 void play()
          Plays this audio.
 void playInLoop(int silenceInterval)
          Plays this audio in loop.
 void stop()
          Stops this audio.
 

Method Detail

play

void play()
Plays this audio.


playInLoop

void playInLoop(int silenceInterval)
Plays this audio in loop.

Parameters:
silenceInterval - interval between loops

stop

void stop()
Stops this audio.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.