quicktime.streaming
Class StatusParams
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.streaming.StatusParams
- All Implemented Interfaces:
- InterfaceLib, PrimitivesLib, QuickTimeLib, SharedLibrary, com.apple.jdirect.SharedLibrary
- public class StatusParams
- extends QTPointerRef
- implements PrimitivesLib
This class represents a QTSStatusParam structure that is returned when a notification proc
is called with a kQTSStatusNotification message
Field Summary |
static int |
kNativeSize
This is the size of this class |
Methods inherited from class quicktime.util.QTPointerRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, getBytes, getSize, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
kNativeSize
public static final int kNativeSize
- This is the size of this class
getStatus
public int getStatus()
- Retrieve the status
getStatusString
public java.lang.String getStatusString()
- Retrieve the status string
getDetailedStatus
public int getDetailedStatus()
- Retrieve the detailed status
getDetailedStatusString
public java.lang.String getDetailedStatusString()
- Retrieve the detailed status string