quicktime.app.audio
Interface ExtendedAudioSpec

All Superinterfaces:
AudioSpec
All Known Subinterfaces:
MusicPart, MusicScore
All Known Implementing Classes:
AudioMediaControl

public interface ExtendedAudioSpec
extends AudioSpec

ExtendedAudioSpec provides a standard interface that all audio capable objects can support.

Balance is defined to a range of -1.0F for maximum left, 0 for centre, 1F for maximum right.


Method Summary
 float getBalance()
          Returns the current balance setting (-1 is left, 1 is right).
 void setBalance(float val)
          Sets the balance of the channel
 
Methods inherited from interface quicktime.app.audio.AudioSpec
getVolume, isMuted, setMuted, setVolume
 

Method Detail

getBalance

public float getBalance()
                 throws QTException
Returns the current balance setting (-1 is left, 1 is right).

setBalance

public void setBalance(float val)
                throws QTException
Sets the balance of the channel