|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.util.QTPointer
|
+--quicktime.streaming.SourcerCallbackParams
This class provides a representation the native QTSSourcerCallbackProcParams structure that provides callback registration services for the Sourcer
| Field Summary | |
static int |
kNativeSize
This is the size of this class |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
SourcerCallbackParams(int vers,
int flags,
StreamNotifyProc proc)
Constructs an SourcerCallbackParams object based on the native SourcerCallbackParams structure |
|
SourcerCallbackParams(int flags,
StreamNotifyProc proc)
Constructs an SourcerCallbackParams object based on the native SourcerCallbackParams structure |
|
| Method Summary | |
int |
getFlags()
Gets the flags |
int |
getVersion()
Gets the version of the sourcer callback params object |
void |
setFlags(int flags)
Sets the flags of the sourcer callback object |
void |
setProc(StreamNotifyProc proc)
Sets the callback procedure for the Sourcer object. |
void |
setVersion(int vers)
Sets the version of the sourcer callback params object |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class quicktime.util.QTPointer |
clone, concatenate, fromEncodedImage, fromGraphicsExporter, fromSCData, setSize |
| Methods inherited from class quicktime.util.QTPointerRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, getBytes, getSize |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public SourcerCallbackParams(int flags,
StreamNotifyProc proc)
throws QTException
proc - the notify proc to be registered with the sourcer
public SourcerCallbackParams(int vers,
int flags,
StreamNotifyProc proc)
throws QTException
vers - version of the callback params structureproc - the notify proc to be registered with the sourcer| Method Detail |
public void setVersion(int vers)
vers - versionpublic int getVersion()
public void setFlags(int flags)
flags - sourcer callback flagspublic int getFlags()
public void setProc(StreamNotifyProc proc)
proc - StreamNotify Procpublic java.lang.String toString()
toString in class QTPointerRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||