|
||||||||||
| 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.streaming.PresIdleParams
A class that represents an presentation idle parameters
| 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 | |
PresIdleParams()
Create a PresIdleParams object |
|
PresIdleParams(Stream s,
long timeToDisplay,
int flagsIn)
This constructor creates an PresIdleParams Object |
|
| Method Summary | |
int |
getFlagsOut()
This method gets the output flags of the params object |
Stream |
getStream()
|
void |
setFlagsIn(int flags)
This method sets the input flags of the prarms object |
void |
setMovieTimeToDisplay(long time)
This method sets the movie time to display of the params object |
void |
setStream(Stream s)
This method sets the stream of the params object |
| 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 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 PresIdleParams()
throws QTException
public PresIdleParams(Stream s,
long timeToDisplay,
int flagsIn)
throws QTException
s - the stream of the presentation| Method Detail |
public void setStream(Stream s)
throws QTException
s - the stream of the params
QTException
public Stream getStream()
throws QTException
QTException
public void setMovieTimeToDisplay(long time)
throws QTException
time - the time of the params
QTException
public void setFlagsIn(int flags)
throws QTException
flags - input flags
QTException
public int getFlagsOut()
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||