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.


Variable Index

 o balance
The balance of that part.
 o flags
The mix flags of that part.
 o partNumber
The part number the information pertains too.
 o volume
The volume of that part.

Method Index

 o toString()
String representation of class.

Variables

 o partNumber
 public int partNumber
The part number the information pertains too.

 o volume
 public float volume
The volume of that part.

 o balance
 public float balance
The balance of that part.

 o flags
 public int flags
The mix flags of that part.

Methods

 o toString
 public String toString()
String representation of class.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index