|
||||||||||
| 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.EditEntry
A class that represents an editable entry within a stream
| 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 | |
EditEntry()
Create an EditEntry object |
|
EditEntry(long duration,
long startTime,
float rate)
This constructor creates an EditEntry Object |
|
| Method Summary | |
long |
getPresentationDuration()
Retrieves the presentation duration of the entry. |
float |
getStreamRate()
Retrieves the streaming rate associated with the entry. |
long |
getStreamStartTime()
Retrieves the start time associated with this entries stream. |
void |
setPresentationDuration(long duration)
Sets the presentation duration of the entry. |
void |
setStreamRate(float rate)
Sets the time scale of the Broadcaster params. |
void |
setStreamStartTime(long startTime)
Sets the start time of the entry's stream. |
java.lang.String |
toString()
Returns a string representation of this object. |
| 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 EditEntry()
throws QTException
public EditEntry(long duration,
long startTime,
float rate)
throws QTException
duration - the duration of the presentationstartTime - the start time of the streamrate - the rate of the stream| Method Detail |
public long getPresentationDuration()
public long getStreamStartTime()
public float getStreamRate()
public void setPresentationDuration(long duration)
duration - the presentation durationpublic void setStreamStartTime(long startTime)
startTime - stream start timepublic void setStreamRate(float rate)
public java.lang.String toString()
toString in class QTPointerRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||