|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.QTObject | +--quicktime.util.QTPointerRef | +--quicktime.util.QTPointer | +--quicktime.streaming.SourcerLoopParams
This class provides a representation the native QTSLoopParams structure that specifies looping behavior of the sourcer object
| 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 | |
SourcerLoopParams(int loopFlags,
int flagsMask,
int numLoops)
Constructs a SourcerLoopParams object based on the native QTSLoopParams structure |
|
SourcerLoopParams(int vers,
int flags,
int loopFlags,
int flagsMask,
int numLoops)
Constructs a SourcerLoopParams object based on the native QTSLoopParams structure |
|
| Method Summary | |
int |
getFlags()
Gets the flags of the sourcer loop params object |
int |
getFlagsMask()
Gets the flags mask |
int |
getLoopFlags()
Gets the loop flags |
int |
getNumLoops()
Gets the number of loops |
int |
getVersion()
Gets the version of the sourcer loop params object |
void |
setFlags(int flags)
Sets the flags associated with the sourcer loop params object |
void |
setFlagsMask(int flagsMask)
Sets the flags mask of the sourcer loop params object |
void |
setLoopFlags(int loopFlags)
Sets the loop flags of the sourcer loop params object |
void |
setNumLoops(int numLoops)
Sets the number of loops of the sourcer loop params object |
void |
setVersion(int vers)
Sets the version of the sourcer loop 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 SourcerLoopParams(int loopFlags, int flagsMask, int numLoops) throws QTException
loopFlags - the loop flags of the sourcer objectflagsMask - the mask of the flags to use for the sourcernumLoops - the number of loops for the sourcerpublic SourcerLoopParams(int vers, int flags, int loopFlags, int flagsMask, int numLoops) throws QTException
vers - version of the params structureflags - sourcer flagsloopFlags - the loop flags of the sourcer objectflagsMask - the mask of the flags to use for the sourcernumLoops - the number of loops for the sourcer| Method Detail |
public void setVersion(int vers)
vers - versionpublic int getVersion()
public void setFlags(int flags)
flags - flagspublic int getFlags()
public void setLoopFlags(int loopFlags)
loopFlags - loop flagspublic int getLoopFlags()
public void setFlagsMask(int flagsMask)
flagsMask - mask for the sourcer loop flagspublic int getFlagsMask()
public void setNumLoops(int numLoops)
numLoops - number of loopspublic int getNumLoops()
public java.lang.String toString()
toString in class QTPointerRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||