|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quicktime.std.movies.TimeInfo
The TimeInfo class represents time information returned by the Movie Toolbox and general usage to pass in information regarding timing.
| Field Summary | |
int |
duration
Corresponds to a duration value. |
int |
time
Corresponds to some time value - generally a start time. |
| Constructor Summary | |
TimeInfo(int time,
int duration)
This constructor creates a TimeInfo object. |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string representation of this class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int time
public int duration
| Constructor Detail |
public TimeInfo(int time,
int duration)
time - Specifies the a time value.duration - Specifies a duration value.| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||