|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.sound.SCStatus
Sound Channel Status object
Field Summary | |
static int |
kNativeSize
This is the size of this class |
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Method Summary | |
java.lang.Object |
clone()
clones the current SCStatus object |
int |
getChannelAttributes()
Retrieves the attributes of the sound channel |
boolean |
getChannelBusy()
Returns the busy status of the sound channel |
boolean |
getChannelPaused()
Retrieves pause status of the sound channel |
int |
getCPULoad()
Retrieves the cpu load of the sound channel |
int |
getCurrentTime()
Retrieves the current time. |
int |
getEndTime()
Retrieves the end time. |
int |
getStartTime()
Retrieves the start time. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int kNativeSize
Method Detail |
public int getStartTime()
public int getEndTime()
public int getCurrentTime()
public boolean getChannelBusy()
public boolean getChannelPaused()
public int getChannelAttributes()
public int getCPULoad()
public java.lang.Object clone()
public java.lang.String toString()
toString
in class QTByteObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |