quicktime.app.audio
Interface ExtendedAudioSpec

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

Deprecated. since QTJava 6.1

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()
          Deprecated. Returns the current balance setting (-1 is left, 1 is right).
 void setBalance(float val)
          Deprecated. Sets the balance of the channel * @deprecated since QTJava 6.1
 
Methods inherited from interface quicktime.app.audio.AudioSpec
getVolume, isMuted, setMuted, setVolume
 

Method Detail

getBalance

public float getBalance()
                 throws QTException
Deprecated. 
Returns the current balance setting (-1 is left, 1 is right). * @deprecated since QTJava 6.1

QTException

setBalance

public void setBalance(float val)
                throws QTException
Deprecated. 
Sets the balance of the channel * @deprecated since QTJava 6.1

QTException