|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.std.movies.TimeInfo | +--quicktime.std.movies.media.FoundTextInfo
The FoundTextInfo class contains information returned from searching text in a track.
Field Summary | |
int |
offset
The offset of the found text in track. |
Fields inherited from class quicktime.std.movies.TimeInfo |
duration, time |
Constructor Summary | |
FoundTextInfo(int foundTime,
int foundDuration,
int offset)
This constructor creates a FoundTextInfo object from the information returned after a search. |
Methods inherited from class quicktime.std.movies.TimeInfo |
toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int offset
Constructor Detail |
public FoundTextInfo(int foundTime, int foundDuration, int offset)
foundTime
- Specifies the time of the found text in track.foundDuration
- Specifies the duration of the found text in track.offset
- Specifies the offset of the found text in track.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |