All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.audio.ExtendedAudioSpec
- 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.
-
getBalance()
- Returns the current balance setting (-1 is left, 1 is right).
-
setBalance(float)
- Sets the balance of the channel
getBalance
public abstract float getBalance() throws QTException
- Returns the current balance setting (-1 is left, 1 is right).
setBalance
public abstract void setBalance(float val) throws QTException
- Sets the balance of the channel
All Packages Class Hierarchy This Package Previous Next Index