All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.music.MixStateInfo
java.lang.Object
|
+----quicktime.std.music.MixStateInfo
- public class MixStateInfo
- extends Object
Contains information about the mix state of a specified part.
-
balance
- The balance of that part.
-
flags
- The mix flags of that part.
-
partNumber
- The part number the information pertains too.
-
volume
- The volume of that part.
-
toString()
- String representation of class.
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.
toString
public String toString()
- String representation of class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index