com.octo.captcha.component.sound.soundconfigurator
Interface SoundConfigurator


public interface SoundConfigurator

Provide configuration of a sound


Method Summary
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 float getPitch()
           
 float getRate()
           
 float getVolume()
           
 

Method Detail

getVolume

float getVolume()
Returns:
the sound volume

getPitch

float getPitch()
Returns:
the sound level (hight or deep), pitch

getName

java.lang.String getName()
Returns:
the sound name

getRate

float getRate()
Returns:
the sound speed rate

getLocation

java.lang.String getLocation()
Returns:
the location of the sound (package, jar, etc...)


Copyright 2003-2009 JCaptcha. All Rights Reserved.