jjdh API

dh.javax.sound
Interface AudioProxy

All Known Implementing Classes:
DummyAudioProxy, StandardAudioProxy

public interface AudioProxy

A Audio Proxy encapsulates control over a sound which is at the moment played by a SoundFacade.

Author:
Dennis Heidsiek

Method Summary
 FloatControl getVolumeControl()
           
 boolean isAlive()
          Indicates if this proxy represents a played audio (notice that the result of this method may change over the time).
 void stop()
          Stops the sound.
 

Method Detail

isAlive

boolean isAlive()
Indicates if this proxy represents a played audio (notice that the result of this method may change over the time).


stop

void stop()
Stops the sound.


getVolumeControl

FloatControl getVolumeControl()
Returns:
a FloatControl which represents the volumne, or null if a error occurs

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.