quicktime.std.music
Class MixStateInfo

java.lang.Object
  |
  +--quicktime.std.music.MixStateInfo

public class MixStateInfo
extends java.lang.Object

Contains information about the mix state of a specified part.


Field Summary
 float balance
          The balance of that part.
 int flags
          The mix flags of that part.
 int partNumber
          The part number the information pertains too.
 float volume
          The volume of that part.
 
Method Summary
 java.lang.String toString()
          String representation of class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

partNumber

public int partNumber
The part number the information pertains too.

volume

public float volume
The volume of that part.

balance

public float balance
The balance of that part.

flags

public int flags
The mix flags of that part.
Method Detail

toString

public java.lang.String toString()
String representation of class.
Overrides:
toString in class java.lang.Object